mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 23:50:03 -06:00
Travis: ignore 'line break after binary operator'
Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
e06c7566fd
commit
952b45a3a4
@ -38,7 +38,8 @@ if [[ "$TASK_TO_RUN" == "lint" ]]
|
||||
then
|
||||
if [[ "$TRAVIS_EVENT_TYPE" == "pull_request" ]]
|
||||
then
|
||||
git diff origin/$TRAVIS_BRANCH -U0 | pycodestyle --diff &> $PEP8_ERROR_LOG ||:
|
||||
git diff origin/$TRAVIS_BRANCH -U0 | \
|
||||
pycodestyle --ignore=W504 --diff &> $PEP8_ERROR_LOG ||:
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user