]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: tox: ignore .vscode directory from linting
authorRicardo Dias <rdias@suse.com>
Mon, 14 May 2018 08:59:57 +0000 (09:59 +0100)
committerRicardo Dias <rdias@suse.com>
Thu, 24 May 2018 09:50:59 +0000 (10:50 +0100)
Signed-off-by: Ricardo Dias <rdias@suse.com>
src/pybind/mgr/dashboard/tox.ini

index 0a5445294420ad233964d6fb28b2339e29dfeb8d..31505c2e713a6d863f39f8ad9742f7e98b5c5a0a 100644 (file)
@@ -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 .