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
commit2e642ceddec546da26ddf73960d80d4610a5afcc (patch)
tree4a50e4c0e2f8879412f9576d330b20f24e223849 /pylintrc
parent73a8c27a77967c2e23c423c87d3a9857b5ba8712 (diff)
downloadastroid-git-2e642ceddec546da26ddf73960d80d4610a5afcc.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 7b289a43..b7656718 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]