We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70bf202 commit 00461b0Copy full SHA for 00461b0
.github/workflows/ci-terraform.yml
@@ -109,7 +109,8 @@ jobs:
109
uses: reviewdog/[email protected]
110
with:
111
reporter: ${{ inputs.suggestions && 'github-pr-review' || 'local' }}
112
- fail_on_error: ${{ inputs.suggestions }} # Set to true when all tflint issues are fixed in all tf repo release branches
+ fail_on_error: true
113
+ # ${{ inputs.suggestions }} # Set to true when all tflint issues are fixed in all tf repo release branches
114
tflint_rulesets: ${{ env.TFLINT_PLUGINS }}
115
tflint_init: true
116
working_directory: ${{ matrix.tfdir }}
0 commit comments