From 1d9ec3b9e4b5740b749828bfd9b83f1e408891b0 Mon Sep 17 00:00:00 2001 From: Ricardo Dias Date: Mon, 23 Apr 2018 12:51:15 +0100 Subject: [PATCH] mgr/dashboard: pylint: updated list of files to verify Signed-off-by: Ricardo Dias --- src/pybind/mgr/dashboard/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/tox.ini b/src/pybind/mgr/dashboard/tox.ini index 31505c2e713..aa513ead13a 100644 --- a/src/pybind/mgr/dashboard/tox.ini +++ b/src/pybind/mgr/dashboard/tox.ini @@ -22,5 +22,5 @@ commands= cov: coverage combine {toxinidir}/{env:COVERAGE_FILE} cov: coverage report cov: coverage xml - lint: pylint --rcfile=.pylintrc --jobs=5 . module.py tools.py controllers tests services + lint: pylint --rcfile=.pylintrc --jobs=5 . module.py tools.py controllers tests services exceptions.py lint: pycodestyle --max-line-length=100 --exclude=.tox,venv,frontend,.vscode --ignore=E402,E121,E123,E126,E226,E24,E704,W503,E741 . -- 2.39.5