From c1a683ed750143e4e00aa83bba995c623d8b5fcb Mon Sep 17 00:00:00 2001 From: Ricardo Dias Date: Fri, 26 Jan 2018 16:22:23 +0000 Subject: [PATCH] mgr/dashboard_v2: fix pycodestyle to exclude the frontend files Signed-off-by: Ricardo Dias --- src/pybind/mgr/dashboard_v2/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard_v2/tox.ini b/src/pybind/mgr/dashboard_v2/tox.ini index c570313e16d..7afc92647a7 100644 --- a/src/pybind/mgr/dashboard_v2/tox.ini +++ b/src/pybind/mgr/dashboard_v2/tox.ini @@ -31,4 +31,4 @@ commands = deps=-r{toxinidir}/requirements.txt commands= pylint --rcfile=.pylintrc --jobs=5 . module.py tools.py ceph_module_mock.py controllers tests - pycodestyle --max-line-length=100 --exclude=python2.7,.tox,venv . + pycodestyle --max-line-length=100 --exclude=python2.7,.tox,venv,frontend . -- 2.39.5