dealertrack / flake8-diff

Run flake8 across a set of changed files and filter out violations occurring only on the lines that were changed.
MIT License
20 stars 8 forks source link

Fix for flake8 triggering for removed files #30

Closed miki725 closed 9 years ago

miki725 commented 9 years ago

fixes #29

that is accomplished by using --diff-filter parameter in git diff (taken from http://stackoverflow.com/questions/6879501/filter-git-diff-by-type-of-change)

also this commit changes the log level from error to info when particular VCS is not found


also:

miki725 commented 9 years ago

@gregarmer removed the description from the --version

gregarmer commented 9 years ago

v0.2.2 is up - https://pypi.python.org/pypi/flake8-diff

running upload
Submitting dist/flake8-diff-0.2.2.tar.gz to https://pypi.python.org/pypi
Server response (200): OK
miki725 commented 9 years ago

awesome. thanks @gregarmer