mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 19:06:18 +01:00 
			
		
		
		
	Enable tenv and testifylint rules (#32852)
Enables tenv and testifylint linters closes: https://github.com/go-gitea/gitea/issues/32842
This commit is contained in:
		| @@ -176,6 +176,6 @@ func TestAPILFSLocksLogged(t *testing.T) { | ||||
| 		resp := session.MakeRequest(t, req, http.StatusOK) | ||||
| 		var lfsLocks api.LFSLockList | ||||
| 		DecodeJSON(t, resp, &lfsLocks) | ||||
| 		assert.Len(t, lfsLocks.Locks, 0) | ||||
| 		assert.Empty(t, lfsLocks.Locks) | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user