summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorNick Drozd <nicholasdrozd@gmail.com>2018-01-02 20:15:35 -0600
committerClaudiu Popa <pcmanticore@gmail.com>2018-01-04 08:11:09 +0100
commit4210ef9b8c5d9e7b33ff0542683f18b8031193fa (patch)
treebed74e4ccec5884dc8dd10d52fe4bc613cf81022 /pylintrc
parent9c367535c89538e19e8ea08d9c2ecba5e658d997 (diff)
downloadpylint-git-4210ef9b8c5d9e7b33ff0542683f18b8031193fa.tar.gz
Enable redefined-builtin
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 345de8dcb..bf10cba2f 100644
--- a/pylintrc
+++ b/pylintrc
@@ -59,7 +59,6 @@ disable=
invalid-name,
missing-docstring,
no-member,
- redefined-builtin,
protected-access,
too-many-arguments,
too-many-statements,