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 3fd6076 commit 6c5e31dCopy full SHA for 6c5e31d
.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 -D=staticcheck --timeout=30m0s
+ args: -E=gofmt,deadcode,unused,varcheck,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose,contextcheck,depguard,dogsled,dupl,durationcheck,errname,errorlint,exhaustive,forbidigo -D=staticcheck --timeout=30m0s
0 commit comments