diff options
author | James Ennis <james.ennis@codethink.com> | 2018-02-14 15:16:58 +0000 |
---|---|---|
committer | James Ennis <james.ennis@codethink.com> | 2018-03-14 14:10:26 +0000 |
commit | 05fa346f9911638b272eca0b62a110b590803ab2 (patch) | |
tree | e834cef0de6d74e4b45f8ab5acb1b3d3cfcbd1ad /.pylintrc | |
parent | 1ba6167b8fc86964bfb0f12f266eb25b8233e194 (diff) | |
download | buildstream-05fa346f9911638b272eca0b62a110b590803ab2.tar.gz |
pylint - dealt with global-statement warning
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -112,7 +112,6 @@ disable=##################################### # Messages that report warnings which should be addressed # ########################################################### - global-statement, len-as-condition, logging-format-interpolation, |