mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 12:04:10 +00:00
[Lint] Add Plugins and scripts to tox pylint
This commit is contained in:
parent
803d94c8ac
commit
1a62e00066
4
tox.ini
4
tox.ini
@ -123,9 +123,13 @@ setenv = {[testenv]setenv}
|
|||||||
deps =
|
deps =
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
pylint
|
pylint
|
||||||
|
whitelist_externals =
|
||||||
|
bash
|
||||||
commands =
|
commands =
|
||||||
pylint --version
|
pylint --version
|
||||||
pylint deluge
|
pylint deluge
|
||||||
|
bash -c 'pylint *.py deluge/scripts/*.py'
|
||||||
|
bash -c 'pylint deluge/plugins/*/deluge/'
|
||||||
|
|
||||||
|
|
||||||
######################
|
######################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user