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
- decorder # check declaration order and count of types, constants, variables and functions [fast: true, auto-fix: false]
13
-
- depguard # Go linter that checks if package imports are in a list of acceptable packages [fast: true, auto-fix: false]
14
13
- dogsled # Checks assignments with too many blank identifiers (e.g. x, _, _, _, := f()) [fast: true, auto-fix: false]
15
14
- durationcheck # check for two durations multiplied together [fast: false, auto-fix: false]
16
15
- errcheck # Errcheck is a program for checking for unchecked errors in go programs. These unchecked errors can be critical bugs in some cases [fast: false, auto-fix: false]
0 commit comments