summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.com>2018-02-19 10:25:32 +0000
committerJames Ennis <james.ennis@codethink.com>2018-03-14 17:31:06 +0000
commitdfa45f0415bcaa623ee121789a0935100fd34f6a (patch)
tree26a18d9a69999555a489ee7c1cbd54da30d42e59 /.pylintrc
parent4cfa0bdffbaacfbaf12ec8c6ab2f52bace0ef716 (diff)
downloadbuildstream-dfa45f0415bcaa623ee121789a0935100fd34f6a.tar.gz
pylint - dealt with redefined-outer-name and redefined-built in warnings
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/.pylintrc b/.pylintrc
index 21d5e2e98..1270504e3 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -116,10 +116,6 @@ disable=#####################################
cyclic-import,
- # These are hard to spot without linting, but easy to fix
- redefined-builtin,
- redefined-outer-name,
-
simplifiable-if-statement,
bad-whitespace