do not ommit syntax errors in linter checks

Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
Alfredo Deza 2015-08-06 08:38:52 -04:00
parent 57f2e060f2
commit db69142b90

View File

@ -5,4 +5,4 @@ skipsdist = True
[testenv:flake8]
deps=
flake8
commands=flake8 --select=F --exclude=venv
commands=flake8 --select=F,E9 --exclude=venv