Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dciborow committed May 16, 2022
1 parent 1e3959c commit b9b84ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi
echo "[action-pylint] Checking python code with the pylint linter and reviewdog..."
exit_val="0"

pylint --score n "${rcfile_option}" "${INPUT_PYLINT_ARGS}" "${INPUT_GLOB_PATTERN}" 2>&1 | # Removes ansi codes see https://github.com/reviewdog/errorformat/issues/51
pylint --score n ${rcfile_option} "${INPUT_PYLINT_ARGS}" ${INPUT_GLOB_PATTERN} 2>&1 | # Removes ansi codes see https://github.com/reviewdog/errorformat/issues/51
/tmp/reviewdog -efm="%f:%l:%c: %m" \
-name="${INPUT_TOOL_NAME}" \
-reporter="${INPUT_REPORTER}" \
Expand Down

0 comments on commit b9b84ea

Please sign in to comment.