We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e1ca5 commit 13d699cCopy full SHA for 13d699c
pkg/pillar/.golangci.yml
@@ -28,7 +28,7 @@ linters:
28
- wsl # Way to opinionated
29
- whitespace # Too opinionated about whitespace
30
- wrapcheck # XXX should we switch to wrapped errors etc?
31
- - goerr113 # XXX should we switch to wrapped errors etc?
+ - err113 # Too opinioned about error handling (also yetus probably doesn't run it correctly)
32
- exhaustivestruct # Too opinionated
33
- gofumpt # Too opinionated about whitespace
34
- gomnd # We use plenty of magic constants
0 commit comments