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 65bb0ff commit db73aa9Copy full SHA for db73aa9
.github/workflows/ci-terraform.yml
@@ -108,9 +108,8 @@ jobs:
108
- name: tflint
109
uses: reviewdog/[email protected]
110
with:
111
- reporter: ${{ inputs.suggestions && 'github-pr-review' || 'github-pr-annotations' }}
112
- fail_on_error: true
113
- # ${{ inputs.suggestions }} # Set to true when all tflint issues are fixed in all tf repo release branches
+ reporter: ${{ inputs.suggestions && 'github-pr-annotations' || 'local' }}
+ fail_on_error: ${{ inputs.suggestions }}
114
tflint_rulesets: ${{ env.TFLINT_PLUGINS }}
115
tflint_init: true
116
working_directory: ${{ matrix.tfdir }}
0 commit comments