src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html

branch
eric7
changeset 11150
73d80859079c
parent 10684
58c7f23ae1cb
child 11161
d24aca31b766
diff -r fc45672fae42 -r 73d80859079c src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html	Thu Feb 27 09:22:15 2025 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html	Thu Feb 27 14:42:39 2025 +0100
@@ -122,7 +122,7 @@
 </dl>
 <a NAME="CodeStyleCheckerReport.error_args" ID="CodeStyleCheckerReport.error_args"></a>
 <h4>CodeStyleCheckerReport.error_args</h4>
-<b>error_args</b>(<i>line_number, offset, errorCode, check, *args</i>)
+<b>error_args</b>(<i>line_number, offset, text, _check, *args</i>)
 <p>
         Public method to collect the error messages.
 </p>
@@ -137,11 +137,11 @@
 <dd>
 position within line of the issue
 </dd>
-<dt><i>errorCode</i> (str)</dt>
+<dt><i>text</i> (str)</dt>
 <dd>
-error message code
+issue message code or issue text
 </dd>
-<dt><i>check</i> (function)</dt>
+<dt><i>_check</i> (function)</dt>
 <dd>
 reference to the checker function
 </dd>

eric ide

mercurial