We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305025b commit fc3f69eCopy full SHA for fc3f69e
build_tools/travis/flake8_diff.sh
@@ -120,9 +120,8 @@ echo '--------------------------------------------------------------------------
120
# uses git 1.8.
121
# We need the following command to exit with 0 hence the echo in case
122
# there is no match
123
-MODIFIED_FILES="$(git diff --name-only $COMMIT_RANGE | grep -v 'doc'
124
- || echo "no_match")"
125
-
+MODIFIED_FILES="$(git diff --name-only $COMMIT_RANGE | grep -v 'doc' \
+ || echo "no_match")"
126
check_files() {
127
files="$1"
128
options="$2"
0 commit comments