diff --git a/entrypoint.sh b/entrypoint.sh index 2e05d2d..768b8b3 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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}" \