From 1a62e00066358c23c3d48bb2b471e03d738b0604 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Sun, 8 May 2016 17:53:49 +0100 Subject: [PATCH] [Lint] Add Plugins and scripts to tox pylint --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index a047931db..099cda3e4 100644 --- a/tox.ini +++ b/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/' ######################