Fix flake8 changed files detection (#3855)

This commit is contained in:
Adam J. Stewart 2017-04-15 11:46:28 -05:00 committed by GitHub
parent bd1beedaf5
commit 5aa273b319

View File

@ -88,7 +88,7 @@ def changed_files():
git_args = [
# Add changed files committed since branching off of develop
['diff', '--name-only', '--diff-filter=ACMR', 'develop'],
['diff', '--name-only', '--diff-filter=ACMR', 'develop...'],
# Add changed files that have been staged but not yet committed
['diff', '--name-only', '--diff-filter=ACMR', '--cached'],
# Add changed files that are unstaged