From: Ricardo Dias Date: Mon, 14 May 2018 08:59:57 +0000 (+0100) Subject: mgr/dashboard: tox: ignore .vscode directory from linting X-Git-Tag: v14.0.1~1262^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=379a008e778e69ce50d4ea7c75a3053158f58648;p=ceph.git mgr/dashboard: tox: ignore .vscode directory from linting Signed-off-by: Ricardo Dias --- diff --git a/src/pybind/mgr/dashboard/tox.ini b/src/pybind/mgr/dashboard/tox.ini index 0a5445294420..31505c2e713a 100644 --- a/src/pybind/mgr/dashboard/tox.ini +++ b/src/pybind/mgr/dashboard/tox.ini @@ -23,4 +23,4 @@ commands= cov: coverage report cov: coverage xml lint: pylint --rcfile=.pylintrc --jobs=5 . module.py tools.py controllers tests services - lint: pycodestyle --max-line-length=100 --exclude=.tox,venv,frontend --ignore=E402,E121,E123,E126,E226,E24,E704,W503,E741 . + lint: pycodestyle --max-line-length=100 --exclude=.tox,venv,frontend,.vscode --ignore=E402,E121,E123,E126,E226,E24,E704,W503,E741 .