File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 erblint_version :
99 description : ' erb_lint version'
1010 erblint_flags :
11- description : ' erb_lint flags. (erb_lint --lint-all --format compact --allow-no-files)'
11+ description : ' erb_lint flags. (erb_lint --lint-all --format compact --allow-no-files --fail-level F )'
1212 default : ' '
1313 tool_name :
1414 description : ' Tool name to use for reviewdog reporter'
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ if [ -z "$VERSION" ]; then
1212 exit 1
1313fi
1414
15+ git push
16+ git pull
1517git fetch --tags
1618echo " Release version: $VERSION "
1719MAJOR=$( echo " $VERSION " | cut -d. -f1)
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ echo '::group:: Running erb_lint with reviewdog 🐶 ...'
5454ERBLINT_REPORT_FILE=" $TEMP_PATH " /erblint_report
5555
5656# shellcheck disable=SC2086
57- ${BUNDLE_EXEC} erb_lint --lint-all --format compact --allow-no-files ${INPUT_ERBLINT_FLAGS} > " $ERBLINT_REPORT_FILE "
57+ ${BUNDLE_EXEC} erb_lint --lint-all --format compact --allow-no-files --fail-level F ${INPUT_ERBLINT_FLAGS} > " $ERBLINT_REPORT_FILE "
5858reviewdog < " $ERBLINT_REPORT_FILE " \
5959 -efm=" %f:%l:%c: %m" \
6060 -name=" ${INPUT_TOOL_NAME} " \
You can’t perform that action at this time.
0 commit comments