There was an error while loading. Please reload this page.
2 parents 4e3af0b + 7618a64 commit 40499c0Copy full SHA for 40499c0
1 file changed
.github/workflows/lint.yml
@@ -27,6 +27,6 @@ jobs:
27
uses: golangci/golangci-lint-action@v3
28
with:
29
version: 'latest'
30
- args: --no-config --issues-exit-code=0 --timeout=30m --tests=false --skip-dirs="tests" --skip-dirs-use-default=true --disable-all --enable=misspell --enable=goconst --enable=gofmt --enable=goimports --enable=gosec --enable=unconvert --enable=unparam --enable=funlen
+ args: --no-config --issues-exit-code=0 --timeout=30m --tests=false --exclude-dirs="tests" --exclude-dirs-use-default=true --disable-all --enable=misspell --enable=goconst --enable=gofmt --enable=goimports --enable=gosec --enable=unconvert --enable=unparam --enable=funlen
31
skip-go-installation: true
32
skip-pkg-cache: true
0 commit comments