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

changeset 7610
df7025fe26a3
parent 7273
391d6b7b1eff
child 7624
6eabbcf3bdf8
diff -r d5aff4fd0ef8 -r df7025fe26a3 eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html	Thu Jun 04 17:57:20 2020 +0200
+++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html	Sat Jun 06 19:42:15 2020 +0200
@@ -199,16 +199,26 @@
 <dl>
 <dt>Returns:</dt>
 <dd>
-tuple of statistics (dict) and list of results (tuple for each
-        found violation of style (lineno, position, text, ignored, fixed,
-        autofixing, fixedMsg))
+tuple of statistics data and list of result dictionaries with
+        keys:
+        <ul>
+        <li>file: file name</li>
+        <li>line: line_number</li>
+        <li>offset: offset within line</li>
+        <li>code: message code</li>
+        <li>args: list of arguments to format the message</li>
+        <li>ignored: flag indicating this issue was ignored</li>
+        <li>fixed: flag indicating this issue was fixed</li>
+        <li>autofixing: flag indicating that a fix can be done</li>
+        <li>fixcode: message code for the fix</li>
+        <li>fixargs: list of arguments to format the fix message</li>
+        </ul>
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
-tuple of (dict, list of tuples of (int, int, str, bool, bool, bool,
-        str))
+tuple of (dict, list of dict)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial