summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorAngus Lees <gus@inodes.org>2014-08-25 12:26:00 +1000
committerAngus Lees <gus@inodes.org>2014-12-09 08:40:32 +1100
commitcd5b3646c1a231b46da0eff5bbbb5d3f2949ba50 (patch)
tree8e15d9f099877d7322761e12d35ec9cd77f481b8 /.pylintrc
parent3eb350ac06075cf24fdfefd5df85c52c4ee44a15 (diff)
downloadneutron-cd5b3646c1a231b46da0eff5bbbb5d3f2949ba50.tar.gz
Use comments rather than no-op string statements
This change replaces a few no-op string statements with regular comments. While there was no harm in the previous use of strings for comments, this allows us to re-enable the corresponding pylint check which may catch genuinely unintended cases. Change-Id: I796a059292e26c4df75c54f095d9e20e99187c98
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index a126b935d2..d343d72a64 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -47,7 +47,6 @@ disable=
logging-not-lazy,
no-init,
non-parent-init-called,
- pointless-string-statement,
protected-access,
redefined-builtin,
redefined-outer-name,