Skip to content

Commit 4070d87

Browse files
author
akastav
committedDec 9, 2020
change reviewdog options
1 parent 8816c2e commit 4070d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/reviewdog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
fail_on_error: "true" # Optional. Fail action if errors are found
3737
filter_mode: "nofilter" # Optional. Check all files, not just the diff
3838
level: "error"
39-
flags: "--module -c ../../.tflint.hcl -fail-on-error=true" # Optional. Add custom tflint flags
39+
flags: "--module -c ../../.tflint.hcl --fail-on-error=true" # Optional. Add custom tflint flags

0 commit comments

Comments
 (0)
Please sign in to comment.