We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eec81c commit 848c12dCopy full SHA for 848c12d
.github/workflows/static.yaml
@@ -13,4 +13,4 @@ jobs:
13
uses: golangci/golangci-lint-action@v2
14
with:
15
version: v1.43
16
- args: -E=gofmt,deadcode,unused,varcheck,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose --timeout=30m0s
+ args: -E=gofmt,deadcode,unused,varcheck,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose -D=staticcheck --timeout=30m0s
0 commit comments