File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 17
17
uses : golangci/golangci-lint-action@v2
18
18
with :
19
19
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
20
- version : v1.57.1
20
+ version : " latest "
21
21
# Optional: golangci-lint command line arguments.
22
22
args : --issues-exit-code=1 --timeout=3m0s --tests=false --no-config --max-issues-per-linter=4095 --max-same-issues=1023 --disable-all --enable=deadcode --enable=errcheck --enable=gosimple --enable=govet --enable=ineffassign --enable=staticcheck --enable=structcheck --enable=typecheck --enable=unused --enable=varcheck --enable=bodyclose --enable=dogsled --enable=goconst --enable=gocritic --enable=gofmt --enable=goimports --enable=golint --enable=goprintffuncname --enable=gosec --enable=interfacer --enable=misspell --enable=nakedret --enable=prealloc --enable=rowserrcheck --enable=scopelint --enable=stylecheck --enable=unconvert --enable=unparam --enable=exportloopref --enable=gomodguard --enable=asciicheck --enable=errorlint
23
23
# Optional: show only new issues if it's a pull request. The default value is `false`.
You can’t perform that action at this time.
0 commit comments