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
Copy file name to clipboardExpand all lines: go/.golangci.yml
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,10 +58,8 @@ linters:
58
58
enable-all: true
59
59
disable:
60
60
- depguard # Go linter that checks if package imports are in a list of acceptable packages [fast: true, auto-fix: false]
61
-
- execinquery # execinquery is a linter about query string checker in Query function which reads your Go src files and warning it finds [fast: false, auto-fix: false]
62
61
- exhaustruct # Checks if all structure fields are initialized [fast: false, auto-fix: false]
63
62
- err113 # Go linter to check the errors handling expressions [fast: false, auto-fix: false]
64
-
- gomnd # An analyzer to detect magic numbers. [fast: true, auto-fix: false]
0 commit comments