From fc60143d25d29344752df3f2bd1ab45b91a4ced0 Mon Sep 17 00:00:00 2001 From: Daniel Ciborowski Date: Mon, 16 May 2022 13:31:15 -0400 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" \