eric6/Documentation/Source/eric6.Plugins.PluginCodeStyleChecker.html

changeset 7610
df7025fe26a3
parent 7273
391d6b7b1eff
child 7635
0cdead130a81
--- a/eric6/Documentation/Source/eric6.Plugins.PluginCodeStyleChecker.html	Thu Jun 04 17:57:20 2020 +0200
+++ b/eric6/Documentation/Source/eric6.Plugins.PluginCodeStyleChecker.html	Sat Jun 06 19:42:15 2020 +0200
@@ -332,19 +332,18 @@
 </p>
 <dl>
 
-<dt><i>fn</i></dt>
+<dt><i>fn</i> (str)</dt>
 <dd>
-filename of the just checked file (str)
+filename of the just checked file
 </dd>
-<dt><i>codeStyleCheckerStats</i></dt>
+<dt><i>codeStyleCheckerStats</i> (dict)</dt>
 <dd>
-stats of style and name check (dict)
+stats of style and name check
 </dd>
-<dt><i>results</i></dt>
+<dt><i>results</i> (dict)</dt>
 <dd>
-tuple for each found violation of style (tuple of
-            lineno (int), position (int), text (str), fixed (bool),
-            autofixing (bool), fixedMsg (str))
+dictionary containing the check result data
+            (see CodesStyleChecker.__checkCodeStyle for details)
 </dd>
 </dl>
 <a NAME="CodeStyleCheckerPlugin.activate" ID="CodeStyleCheckerPlugin.activate"></a>

eric ide

mercurial