summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-12-15 20:04:44 +0100
committerFlorian Bruhin <git@the-compiler.org>2017-12-15 20:06:12 +0100
commit21bf44614770a91ce62ef0a5fa8e497b921e17de (patch)
tree632f9bbe3b772ee81df3a3d05e1181d0e454ddbd /.pylintrc
parente65c0dd8a7ed5c1955361ff8336036422b954d3f (diff)
downloadqutebrowser-21bf44614770a91ce62ef0a5fa8e497b921e17de.tar.gz
qutebrowser-21bf44614770a91ce62ef0a5fa8e497b921e17de.zip
Reorder pylint ignores
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc12
1 files changed, 6 insertions, 6 deletions
diff --git a/.pylintrc b/.pylintrc
index 00e206fb5..f0429f322 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -13,24 +13,24 @@ persistent=n
[MESSAGES CONTROL]
enable=all
-disable=fixme,
+disable=locally-disabled,
+ locally-enabled,
+ suppressed-message,
+ fixme,
no-self-use,
cyclic-import,
blacklisted-name,
logging-format-interpolation,
+ logging-not-lazy,
broad-except,
bare-except,
eval-used,
exec-used,
global-statement,
ungrouped-imports,
- suppressed-message,
- duplicate-code,
wrong-import-position,
+ duplicate-code,
no-else-return,
- logging-not-lazy,
- locally-disabled,
- locally-enabled,
too-many-ancestors,
too-many-public-methods,
too-many-instance-attributes,