Amend unused variables to assist pylint testing

Amedning unused variables with a prefix of an underscore to prevent them
being picked up in pylint testing, consistency, and for general housekeeping.
Change to pylintrc also required to enforce the rule.

Closes-bug #1268062

Change-Id: I80c2cbdc52d6f37823fae90d0096836166412643
This commit is contained in:
Mike Mason
2014-10-17 10:46:26 +00:00
parent 9a13288cd2
commit d499f57d25
35 changed files with 153 additions and 148 deletions

View File

@@ -29,3 +29,7 @@ no-docstring-rgx=((__.*__)|([tT]est.*)|setUp|tearDown)$
max-public-methods=100
min-public-methods=0
max-args=6
[Variables]
dummy-variables-rgx=_