Dont allow any lint violations

This commit is contained in:
David Cramer 2012-12-26 16:27:04 -08:00
parent 79433a6f71
commit 6162374b93
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ test: lint
lint:
@echo "Linting Python files"
flake8 --exclude=migrations --ignore=E501,E225,E121,E123,E124,E125,E127,E128 --exit-zero raven || exit 1
flake8 --exclude=migrations --ignore=E501,E225,E121,E123,E124,E125,E127,E128 raven || exit 1
@echo ""
coverage: