diff -r fc45672fae42 -r 73d80859079c src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html Thu Feb 27 09:22:15 2025 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html Thu Feb 27 14:42:39 2025 +0100 @@ -154,6 +154,10 @@ <td>Private method to check, if an item has a fixable issue.</td> </tr> <tr> +<td><a href="#CodeStyleCheckerDialog.__migrateIssueCodes">__migrateIssueCodes</a></td> +<td>Private method to migrate the issue codes to the form 'category'-'number'.</td> +</tr> +<tr> <td><a href="#CodeStyleCheckerDialog.__modifyFixedResultItem">__modifyFixedResultItem</a></td> <td>Private method to modify a result list entry to show its positive fixed state.</td> </tr> @@ -739,6 +743,13 @@ bool </dd> </dl> +<a NAME="CodeStyleCheckerDialog.__migrateIssueCodes" ID="CodeStyleCheckerDialog.__migrateIssueCodes"></a> +<h4>CodeStyleCheckerDialog.__migrateIssueCodes</h4> +<b>__migrateIssueCodes</b>(<i></i>) +<p> + Private method to migrate the issue codes to the form 'category'-'number'. +</p> + <a NAME="CodeStyleCheckerDialog.__modifyFixedResultItem" ID="CodeStyleCheckerDialog.__modifyFixedResultItem"></a> <h4>CodeStyleCheckerDialog.__modifyFixedResultItem</h4> <b>__modifyFixedResultItem</b>(<i>itm, result</i>) @@ -765,7 +776,7 @@ Private method to modify the options based on eflag: entries. </p> <p> - This method looks for comment lines like '# eflag: noqa = M601' + This method looks for comment lines like '# eflag: noqa = M-601' at the end of the source in order to extend the list of excluded messages for one file only. </p>