mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 09:58:39 +00:00
[Lint] Add Plugins and scripts to tox pylint
This commit is contained in:
parent
803d94c8ac
commit
1a62e00066
1 changed files with 4 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue