Ignore pyflakes E261 style output (multiple spaces before inline comment)

pull/191/head
Michael DeHaan 12 years ago
parent edb8988e8e
commit e36a52f06c

@ -63,7 +63,7 @@ pep8:
@echo "#############################################"
@echo "# Running PEP8 Compliance Tests"
@echo "#############################################"
pep8 -r --ignore=E501,E221,W291,W391,E302,E251,E203,W293,E231,E303,E201,E225 lib/ bin/
pep8 -r --ignore=E501,E221,W291,W391,E302,E251,E203,W293,E231,E303,E201,E225,E261 lib/ bin/
pyflakes:
pyflakes lib/ansible/*.py bin/*

Loading…
Cancel
Save