diff options
author | James Ennis <james.ennis@codethink.com> | 2018-02-14 15:58:42 +0000 |
---|---|---|
committer | James Ennis <james.ennis@codethink.com> | 2018-03-14 14:10:26 +0000 |
commit | 4741d1379a6e17048423f0e08588b607668ab98a (patch) | |
tree | 91d1815aa482df35786cebb94d4a650a073194d4 /.pylintrc | |
parent | 05fa346f9911638b272eca0b62a110b590803ab2 (diff) | |
download | buildstream-4741d1379a6e17048423f0e08588b607668ab98a.tar.gz |
pylint - dealt with len-as-condition 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 # ########################################################### - len-as-condition, logging-format-interpolation, no-member, |