Skip to content

Commit 13d699c

Browse files
europaulOhmSpectator
authored andcommitted
golangci-lint: renamed a linter
goerr113 linter has been renamed to err113 Signed-off-by: Paul Gaiduk <paulg@zededa.com>
1 parent a7e1ca5 commit 13d699c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pillar/.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ linters:
2828
- wsl # Way to opinionated
2929
- whitespace # Too opinionated about whitespace
3030
- wrapcheck # XXX should we switch to wrapped errors etc?
31-
- goerr113 # XXX should we switch to wrapped errors etc?
31+
- err113 # Too opinioned about error handling (also yetus probably doesn't run it correctly)
3232
- exhaustivestruct # Too opinionated
3333
- gofumpt # Too opinionated about whitespace
3434
- gomnd # We use plenty of magic constants

0 commit comments

Comments
 (0)