barectf.c.j2: _ALIGN(): make it explicit that `_at_var` is a var. name
[deliverable/barectf.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 735654bfbdb4da5e5705896c21031c27c8f6b82d..9ffd60ef4fb33c83d8e2f863d9e19c7c08f9e6b5 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@ commands =
     poetry install -v
     poetry run bash ./test.bash -t
 
-[testenv:pep8]
+[testenv:flake8]
 deps = flake8 >= 2.5
 commands = flake8 barectf
 
@@ -26,20 +26,8 @@ ignore = E123,E125,E501
 builtins = _
 exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,templates.py
 
-[testenv:pylint-errors]
+[testenv:pylint]
 deps = pylint >= 1.6
 commands =
     poetry install -v
-    poetry run pylint -f colorized -E barectf
-
-[testenv:pylint-warnings]
-deps = pylint >= 1.6
-commands =
-    poetry install -v
-    poetry run pylint -f colorized -d all -e W -r n barectf
-
-[testenv:pylint-full]
-deps = pylint >= 1.6
-commands =
-    poetry install -v
-    poetry run pylint -f colorized --disable=all -e R,E,W barectf
+    poetry run pylint -f colorized -d all -e E,W -d W0212,W1618,W0622,W0201,W0703 barectf
This page took 0.022343 seconds and 4 git commands to generate.