[tor-commits] [stem/master] Ignore four space indentation errors in comments.

atagar at torproject.org atagar at torproject.org
Thu Feb 26 16:35:52 UTC 2015


commit 48abb6894de6b2d29593f28f326bbbf18919b8b9
Author: cypherpunks <cypherpunks at torproject.org>
Date:   Thu Feb 26 13:13:19 2015 +0100

    Ignore four space indentation errors in comments.
---
 test/settings.cfg |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/settings.cfg b/test/settings.cfg
index c4999fb..c0c8342 100644
--- a/test/settings.cfg
+++ b/test/settings.cfg
@@ -111,7 +111,7 @@ target.torrc RUN_PTRACE   => PORT, PTRACE
 #
 #   If the code fits on my tiny netbook screen then it's narrow enough.
 #
-# * E111 and E121 four space indentations
+# * E111, E114, and E121 four space indentations
 #
 #   Ahhh, indentation. The holy war that'll never die. Sticking with two
 #   space indentations since it leads to shorter lines.
@@ -122,6 +122,7 @@ target.torrc RUN_PTRACE   => PORT, PTRACE
 #   detection is based on multiples of four).
 
 pep8.ignore E111
+pep8.ignore E114
 pep8.ignore E121
 pep8.ignore E501
 pep8.ignore E251



More information about the tor-commits mailing list