You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- sqlclosecheck # Checks that sql.Rows and sql.Stmt are closed.
51
51
- staticcheck # Staticcheck is a go vet on steroids, applying a ton of static analysis checks
52
-
- tagliatelle # Checks the struct tags.
53
52
- thelper # thelper detects golang test helpers without t.Helper() call and checks the consistency of test helpers
54
53
- unconvert # Remove unnecessary type conversions
55
54
- unparam # Reports unused function parameters
@@ -64,11 +63,13 @@ linters:
64
63
- gomodguard # Allow and block list linter for direct Go module dependencies. This is different from depguard where there are different block types for example version constraints and module recommendations.
65
64
- interfacebloat # A linter that checks length of interface.
0 commit comments