Skip to content

Commit

Permalink
Add disable SC2086
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit authored Dec 2, 2024
1 parent 164949f commit e15697e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ flake8 --version

echo "[action-flake8] Checking python code with the flake8 linter and reviewdog..."
exit_val="0"
# shellcheck disable=SC2086
flake8 . ${INPUT_FLAKE8_ARGS} 2>&1 | # Removes ansi codes see https://github.com/reviewdog/errorformat/issues/51
/tmp/reviewdog -f="${INPUT_ERROR_FORMAT}" \
-name="${INPUT_TOOL_NAME}" \
Expand Down

0 comments on commit e15697e

Please sign in to comment.