diff options
author | James Ennis <james.ennis@codethink.com> | 2018-02-14 13:10:18 +0000 |
---|---|---|
committer | James Ennis <james.ennis@codethink.com> | 2018-03-14 14:10:26 +0000 |
commit | ef0efd7010799e568e9eec4bf57027c547bdc49d (patch) | |
tree | 4264109049d8949641720e371589a41d41eade40 /.pylintrc | |
parent | 6eac2eda9d1c3b156a4a0dece55f2469a88f1e9c (diff) | |
download | buildstream-ef0efd7010799e568e9eec4bf57027c547bdc49d.tar.gz |
pylint - dealt with anomalous-backslash-in-string 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 # ########################################################### - anomalous-backslash-in-string, bad-continuation, bare-except, broad-except, |