Browse code

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

Michael DeHaan authored on 2012/04/22 01:05:15
Showing 1 changed files
... ...
@@ -63,7 +63,7 @@ pep8:
63 63
 	@echo "#############################################"
64 64
 	@echo "# Running PEP8 Compliance Tests"
65 65
 	@echo "#############################################"
66
-	pep8 -r --ignore=E501,E221,W291,W391,E302,E251,E203,W293,E231,E303,E201,E225 lib/ bin/
66
+	pep8 -r --ignore=E501,E221,W291,W391,E302,E251,E203,W293,E231,E303,E201,E225,E261 lib/ bin/
67 67
 
68 68
 pyflakes:
69 69
 	pyflakes lib/ansible/*.py bin/*