Imported Debian patch 4.0.5-6~numeezy
This commit is contained in:
committed by
Mario Fetka
parent
c44de33144
commit
10dfc9587b
111
pylintrc
111
pylintrc
@@ -1,111 +0,0 @@
|
||||
[MASTER]
|
||||
# Pickle collected data for later comparisons.
|
||||
persistent=no
|
||||
|
||||
# List of plugins (as comma separated values of python modules names) to load,
|
||||
# usually to register additional checkers.
|
||||
load-plugins=pylint_plugins
|
||||
|
||||
# Use multiple processes to speed up Pylint.
|
||||
jobs=1
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
|
||||
enable=
|
||||
all,
|
||||
python3
|
||||
|
||||
disable=
|
||||
R,
|
||||
I,
|
||||
invalid-name,
|
||||
import-error,
|
||||
abstract-method,
|
||||
anomalous-backslash-in-string,
|
||||
arguments-differ,
|
||||
attribute-defined-outside-init,
|
||||
bad-builtin,
|
||||
bad-indentation,
|
||||
bare-except,
|
||||
broad-except,
|
||||
dangerous-default-value,
|
||||
eval-used,
|
||||
exec-used,
|
||||
fixme,
|
||||
global-statement,
|
||||
global-variable-not-assigned,
|
||||
global-variable-undefined,
|
||||
no-init,
|
||||
pointless-except,
|
||||
pointless-statement,
|
||||
pointless-string-statement,
|
||||
protected-access,
|
||||
redefine-in-handler,
|
||||
redefined-builtin,
|
||||
redefined-outer-name,
|
||||
reimported,
|
||||
relative-import,
|
||||
super-init-not-called,
|
||||
undefined-loop-variable,
|
||||
unnecessary-lambda,
|
||||
unnecessary-semicolon,
|
||||
unused-argument,
|
||||
unused-import,
|
||||
unused-variable,
|
||||
unused-wildcard-import,
|
||||
useless-else-on-loop,
|
||||
bad-classmethod-argument,
|
||||
bad-continuation,
|
||||
bad-mcs-classmethod-argument,
|
||||
bad-mcs-method-argument,
|
||||
bad-whitespace,
|
||||
blacklisted-name,
|
||||
invalid-name,
|
||||
line-too-long,
|
||||
missing-docstring,
|
||||
multiple-imports,
|
||||
multiple-statements,
|
||||
old-style-class,
|
||||
superfluous-parens,
|
||||
too-many-lines,
|
||||
unidiomatic-typecheck,
|
||||
no-absolute-import,
|
||||
wildcard-import,
|
||||
unnecessary-pass,
|
||||
expression-not-assigned,
|
||||
unbalanced-tuple-unpacking,
|
||||
missing-final-newline,
|
||||
unpacking-non-sequence,
|
||||
lost-exception,
|
||||
empty-docstring,
|
||||
trailing-whitespace,
|
||||
duplicate-key,
|
||||
unused-format-string-key,
|
||||
wrong-import-order,
|
||||
ungrouped-imports,
|
||||
wrong-import-position,
|
||||
unsubscriptable-object,
|
||||
unsupported-membership-test,
|
||||
not-an-iterable,
|
||||
duplicate-except,
|
||||
singleton-comparison,
|
||||
misplaced-comparison-constant,
|
||||
consider-using-enumerate,
|
||||
unneeded-not,
|
||||
not-a-mapping,
|
||||
singleton-comparison
|
||||
|
||||
|
||||
[REPORTS]
|
||||
|
||||
# Set the output format. Available formats are text, parseable, colorized, msvs
|
||||
# (visual studio) and html. You can also give a reporter class, eg
|
||||
# mypackage.mymodule.MyReporterClass.
|
||||
output-format=colorized
|
||||
|
||||
# Tells whether to display a full report or only the messages
|
||||
reports=no
|
||||
|
||||
# Template used to display messages. This is a python new-style format string
|
||||
# used to format the message information. See doc for all details
|
||||
msg-template='{path}:{line}: [{msg_id}({symbol}), {obj}] {msg})'
|
||||
Reference in New Issue
Block a user