Skip to content

Commit b9b84ea

Browse files
authored
Update entrypoint.sh
1 parent 1e3959c commit b9b84ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fi
3030
echo "[action-pylint] Checking python code with the pylint linter and reviewdog..."
3131
exit_val="0"
3232

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

0 commit comments

Comments
 (0)