Skip to content

Commit 75361a6

Browse files
fixup! fix: github actions
1 parent 836656e commit 75361a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/reviewdog.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
uses: ./
105105
with:
106106
github_token: ${{ secrets.github_token }}
107-
golangci_lint_flags: "--disable-all -E govet ./testdata"
107+
golangci_lint_flags: "--default none -E govet ./testdata"
108108
tool_name: govet
109109

110110
staticcheck:
@@ -117,7 +117,7 @@ jobs:
117117
uses: ./
118118
with:
119119
github_token: ${{ secrets.github_token }}
120-
golangci_lint_flags: "--disable-all -E staticcheck ./testdata"
120+
golangci_lint_flags: "--default none -E staticcheck ./testdata"
121121
tool_name: staticcheck
122122

123123
golint:
@@ -130,7 +130,7 @@ jobs:
130130
uses: ./
131131
with:
132132
github_token: ${{ secrets.github_token }}
133-
golangci_lint_flags: "--disable-all -E golint ./testdata"
133+
golangci_lint_flags: "--default none -E golint ./testdata"
134134
tool_name: golint
135135
level: warning
136136

@@ -144,7 +144,7 @@ jobs:
144144
uses: ./
145145
with:
146146
github_token: ${{ secrets.github_token }}
147-
golangci_lint_flags: "--disable-all -E errcheck ./testdata"
147+
golangci_lint_flags: "--default none -E errcheck ./testdata"
148148
tool_name: errcheck
149149
level: warning
150150

@@ -158,7 +158,7 @@ jobs:
158158
uses: ./
159159
with:
160160
github_token: ${{ secrets.github_token }}
161-
golangci_lint_flags: "--disable-all -E misspell ./testdata"
161+
golangci_lint_flags: "--default none -E misspell ./testdata"
162162
tool_name: misspell
163163
level: info
164164

0 commit comments

Comments
 (0)