summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-01-29 16:18:37 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-01-29 16:18:37 +0200
commitbcf8335ba863e4bb1f61c6ee7236492437dfef93 (patch)
tree9ca1f0144c2a66399ccd486cc096dffcf62c32ae /pylintrc
parent28f46a1d6796b7a7ad02eeb737de4f03aeb02434 (diff)
downloadastroid-bcf8335ba863e4bb1f61c6ee7236492437dfef93.tar.gz
Fix all unused imports in the code base.
Also, this patch adds a new rule in the pylintrc for the CI gate.
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 7b289a4..b765671 100644
--- a/pylintrc
+++ b/pylintrc
@@ -92,7 +92,7 @@ confidence=
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
disable=all
-enable=trailing-whitespace, bad-whitespace
+enable=trailing-whitespace, bad-whitespace, unused-import
[BASIC]