Skip to content

Commit d116c6a

Browse files
committed
test: add more golint checks
1 parent 6b92ce0 commit d116c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
uses: golangci/golangci-lint-action@v2
1414
with:
1515
version: v1.29
16-
args: -E=gofmt,golint,misspell --timeout=30m0s
16+
args: -E=gofmt,deadcode,unused,varcheck,ineffassign,golint,misspell --timeout=30m0s

0 commit comments

Comments
 (0)