Skip to content

Commit 686418a

Browse files
fixup! fix: github actions
1 parent 3063be5 commit 686418a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reviewdog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
github_token: ${{ secrets.github_token }}
9393
tool_name: "golangci-lint-all-in-one"
9494
level: warning
95-
golangci_lint_flags: "--enable-all --exclude-use-default=false ./testdata"
95+
golangci_lint_flags: "--default all --exclude-use-default=false ./testdata"
9696

9797
govet:
9898
name: runner / govet

0 commit comments

Comments
 (0)