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 1f278e1 commit fc3bec7Copy full SHA for fc3bec7
build_tools/travis/flake8_diff.sh
@@ -58,8 +58,6 @@ if [[ "$TRAVIS" == "true" ]]; then
58
COMMIT_RANGE=$TRAVIS_COMMIT_RANGE
59
fi
60
else
61
- # We need to unshallow here too ...
62
- git fetch --unshallow || echo "Unshallowing the git checkout failed"
63
# We want to fetch the code as it is in the PR branch and not
64
# the result of the merge into master. This way line numbers
65
# reported by Travis will match with the local code.
0 commit comments