mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +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 =
|
||||
{[testenv]deps}
|
||||
pylint
|
||||
whitelist_externals =
|
||||
bash
|
||||
commands =
|
||||
pylint --version
|
||||
pylint deluge
|
||||
bash -c 'pylint *.py deluge/scripts/*.py'
|
||||
bash -c 'pylint deluge/plugins/*/deluge/'
|
||||
|
||||
|
||||
######################
|
||||
|
|
Loading…
Add table
Reference in a new issue