Skip to content

Commit 83e7ed3

Browse files
fix wrong golangci-lint flag
1 parent 0730f41 commit 83e7ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acctest-terraform-lint.yml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: errcheck
3030
uses: reviewdog/action-golangci-lint@v2
3131
with:
32-
golangci_lint_flags: '-tests=false --timeout=25m --disable-all -E errcheck'
32+
golangci_lint_flags: '--tests=false --timeout=25m --disable-all -E errcheck'
3333
tool_name: errcheck
3434
level: info
3535

0 commit comments

Comments
 (0)