mirror of
https://github.com/ceph/ceph
synced 2024-12-17 00:46:05 +00:00
mgr/dashboard: pylint: updated list of files to verify
Signed-off-by: Ricardo Dias <rdias@suse.com>
This commit is contained in:
parent
dccd7d84be
commit
1d9ec3b9e4
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user