Skip to content

Commit 40499c0

Browse files
authored
Merge pull request #2323 from cheng762/feature/bump-version-to-1.5.1
fix lint
2 parents 4e3af0b + 7618a64 commit 40499c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
uses: golangci/golangci-lint-action@v3
2828
with:
2929
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
30+
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
3131
skip-go-installation: true
3232
skip-pkg-cache: true

0 commit comments

Comments
 (0)