Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html

changeset 5623
f4d7cfdadc3f
parent 5606
da305d172769
child 5662
2c99fa1072b6
diff -r c4806baecec6 -r f4d7cfdadc3f Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html
--- a/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html	Fri Mar 17 19:24:55 2017 +0100
+++ b/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html	Fri Mar 17 19:25:58 2017 +0100
@@ -147,15 +147,17 @@
 arguments used by the codeStyleCheck function (list of
         excludeMessages (str), includeMessages (str), repeatMessages
         (bool), fixCodes (str), noFixCodes (str), fixIssues (bool),
-        maxLineLength (int), hangClosing (bool), docType (str), errors
-        (list of str), eol (str), encoding (str), backup (bool))
+        maxLineLength (int), hangClosing (bool), docType (str), maximum
+        allowed code complexity (int), dictionary with arguments for the
+        miscellaneous checker (dict), errors (list of str), eol (str),
+        encoding (str), backup (bool))
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-tuple of stats (dict) and results (tuple for each found violation
-        of style (tuple of lineno (int), position (int), text (str), ignored
-            (bool), fixed (bool), autofixing (bool), fixedMsg (str)))
+tuple of statistics (dict) and results (tuple for each found
+        violation of style (tuple of lineno (int), position (int), text (str),
+        ignored (bool), fixed (bool), autofixing (bool), fixedMsg (str)))
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial