]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
do not ommit syntax errors in linter checks
authorAlfredo Deza <adeza@redhat.com>
Thu, 6 Aug 2015 12:38:52 +0000 (08:38 -0400)
committerJosh Durgin <jdurgin@redhat.com>
Thu, 28 Jul 2016 21:52:46 +0000 (14:52 -0700)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit db69142b9078fd9ed35fb3a542fc340dae9be665)

tox.ini

diff --git a/tox.ini b/tox.ini
index 703de98121e7cd972091f669f68e0e77555a3cb6..3bbe0565d8e759c52b6ebbf84b77aedc43caae3d 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,4 +5,4 @@ skipsdist = True
 [testenv:flake8]
 deps=
   flake8
-commands=flake8 --select=F --exclude=venv
+commands=flake8 --select=F,E9 --exclude=venv