diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2015-10-23 00:14:14 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2015-10-30 19:39:47 +0100 |
commit | 807fa609f9449f1f18b40ad98c350eca2211037a (patch) | |
tree | f88d68646cb20fd02f8809fbb2877d5717c69459 /version.py | |
parent | [Lint] Cleanup code to pass PyLint Convention category (diff) | |
download | deluge-807fa609f9449f1f18b40ad98c350eca2211037a.tar.xz deluge-807fa609f9449f1f18b40ad98c350eca2211037a.zip |
[Lint] Cleanup code to pass PyLint Warning category
Selected Warning messages disabled in pylintrc:
* unused-argument: Quite a large and disruptive change if enabled.
* broad-except: Most required in-depth investigation to determine type.
* fixme: Not important
* protected-access: Complicated to fix
* import-error: Too many false-positives
* unidiomatic-typecheck: Should be fixed in the next round of checks.
* unused-variable: Again large and disruptive changes.
* global-statement: Most usage is required.
* attribute-defined-outside-init: Should be fixed in next round of checks.
* arguments-differ: Possible false-positives, needs revisited.
* no-init, non-parent-init-called, super-init-not-called: False-positives?
* signature-differs: False-positives?
Diffstat (limited to 'version.py')
0 files changed, 0 insertions, 0 deletions