diff options
author | James Ennis <james.ennis@codethink.com> | 2018-02-19 10:25:32 +0000 |
---|---|---|
committer | James Ennis <james.ennis@codethink.com> | 2018-03-14 17:31:06 +0000 |
commit | dfa45f0415bcaa623ee121789a0935100fd34f6a (patch) | |
tree | 26a18d9a69999555a489ee7c1cbd54da30d42e59 /.pylintrc | |
parent | 4cfa0bdffbaacfbaf12ec8c6ab2f52bace0ef716 (diff) | |
download | buildstream-dfa45f0415bcaa623ee121789a0935100fd34f6a.tar.gz |
pylint - dealt with redefined-outer-name and redefined-built in warnings
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |