Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dciborow authored Jul 23, 2021
1 parent bfc3b65 commit 276fbf4
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 @@ -21,7 +21,7 @@ pylint --version

echo "[action-pylint] Checking python code with the pylint linter and reviewdog..."
exit_val="0"
pylint --rcfile ../.pylintrc -s n ${INPUT_WORKDIR} 2>&1 | # Removes ansi codes see https://github.com/reviewdog/errorformat/issues/51
pylint --rcfile .pylintrc -s n ${INPUT_WORKDIR} 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 276fbf4

Please sign in to comment.