We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8816c2e commit 4070d87Copy full SHA for 4070d87
.github/workflows/reviewdog.yml
@@ -36,4 +36,4 @@ jobs:
36
fail_on_error: "true" # Optional. Fail action if errors are found
37
filter_mode: "nofilter" # Optional. Check all files, not just the diff
38
level: "error"
39
- flags: "--module -c ../../.tflint.hcl -fail-on-error=true" # Optional. Add custom tflint flags
+ flags: "--module -c ../../.tflint.hcl --fail-on-error=true" # Optional. Add custom tflint flags
0 commit comments