diff options
author | James Ennis <james.ennis@codethink.com> | 2018-02-19 09:58:35 +0000 |
---|---|---|
committer | James Ennis <james.ennis@codethink.com> | 2018-03-14 17:31:06 +0000 |
commit | 4cfa0bdffbaacfbaf12ec8c6ab2f52bace0ef716 (patch) | |
tree | f4a1030750a929e0413e461fca6036701bee3406 /.pylintrc | |
parent | 432ddffdcb917e2b5a70b2cce0459be1b5881ad1 (diff) | |
download | buildstream-4cfa0bdffbaacfbaf12ec8c6ab2f52bace0ef716.tar.gz |
pylint - dealt with redefined-argument-from-local warning
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -117,7 +117,6 @@ disable=##################################### cyclic-import, # These are hard to spot without linting, but easy to fix - redefined-argument-from-local, redefined-builtin, redefined-outer-name, |