Skip to content

Commit 66ae250

Browse files
committed
fix(suggestion) use -fail-level=none for suggestion pass to avoid exit 1
1 parent aa6d54a commit 66ae250

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

script.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ shellcheck -f diff ${FILES} \
117117
-f.diff.strip=1 \
118118
-reporter="github-pr-review" \
119119
-filter-mode="${INPUT_FILTER_MODE}" \
120-
-fail-level="${INPUT_FAIL_LEVEL}" \
121-
-fail-on-error="${INPUT_FAIL_ON_ERROR}" \
120+
-fail-level=none \
122121
${INPUT_REVIEWDOG_FLAGS}
123122
EXIT_CODE_SUGGESTION=$?
124123
echo '::endgroup::'

0 commit comments

Comments
 (0)