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
errcheck: Errcheck is a program forchecking for unchecked errorsin go programs. These unchecked errors can be critical bugs in some cases [fast: true, auto-fix: false]
180
-
gosimple: Linter forGo source code that specializesin simplifying a code [fast: false, auto-fix: false]
181
-
govet (vet, vetshadow): Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string [fast: false, auto-fix: false]
180
+
gosimple: Linter forGo source code that specializesin simplifying a code [fast: true, auto-fix: false]
181
+
govet (vet, vetshadow): Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string [fast: true, auto-fix: false]
182
182
ineffassign: Detects when assignments to existing variables are not used [fast: true, auto-fix: false]
183
-
staticcheck: Staticcheck is a go vet on steroids, applying a ton of static analysis checks [fast: false, auto-fix: false]
183
+
staticcheck: Staticcheck is a go vet on steroids, applying a ton of static analysis checks [fast: true, auto-fix: false]
0 commit comments