Skip to content

Commit db73aa9

Browse files
authored
tflint suggestions rollback (#115)
1 parent 65bb0ff commit db73aa9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci-terraform.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,8 @@ jobs:
108108
- name: tflint
109109
uses: reviewdog/[email protected]
110110
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
111+
reporter: ${{ inputs.suggestions && 'github-pr-annotations' || 'local' }}
112+
fail_on_error: ${{ inputs.suggestions }}
114113
tflint_rulesets: ${{ env.TFLINT_PLUGINS }}
115114
tflint_init: true
116115
working_directory: ${{ matrix.tfdir }}

0 commit comments

Comments
 (0)