Added PEP8 checker configuration to project file.

Wed, 12 Jan 2011 19:56:16 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 12 Jan 2011 19:56:16 +0100
changeset 844
9508a1f87bc3
parent 843
522c8befcf49
child 845
0e937d523b70

Added PEP8 checker configuration to project file.

eric5.e4p file | annotate | diff | comparison | revisions
--- a/eric5.e4p	Wed Jan 12 08:54:34 2011 +0100
+++ b/eric5.e4p	Wed Jan 12 19:56:16 2011 +0100
@@ -1510,6 +1510,37 @@
     <CheckersParams>
       <dict>
         <key>
+          <string>Pep8Checker</string>
+        </key>
+        <value>
+          <dict>
+            <key>
+              <string>ExcludeFiles</string>
+            </key>
+            <value>
+              <string>*/coverage/*, */ThirdParty/*</string>
+            </value>
+            <key>
+              <string>ExcludeMessages</string>
+            </key>
+            <value>
+              <string>E24, W293</string>
+            </value>
+            <key>
+              <string>IncludeMessages</string>
+            </key>
+            <value>
+              <string></string>
+            </value>
+            <key>
+              <string>RepeatMessages</string>
+            </key>
+            <value>
+              <bool>False</bool>
+            </value>
+          </dict>
+        </value>
+        <key>
           <string>SyntaxChecker</string>
         </key>
         <value>

eric ide

mercurial