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

Fri, 27 Oct 2023 14:09:40 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 27 Oct 2023 14:09:40 +0200
branch
eric7
changeset 10259
b51dfacef37f
parent 10116
4a619fb7bd09
child 10368
8765229e7cc8
permissions
-rw-r--r--

Regenerated the source documentation with the corrected module parser.

<!DOCTYPE html>
<html><head>
<title>eric7.Plugins.CheckerPlugins.CodeStyleChecker</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker</h1>

<p>
Package containing the code style checker and fixer plug-in.
</p>

<h3>Packages</h3>
<table>

<tr>
<td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.html">Annotations</a></td>
<td>Package implementing the function type annotations checker.</td>
</tr>
<tr>
<td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Async.html">Async</a></td>
<td>Package implementing a checker for "async" related issues.</td>
</tr>
<tr>
<td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Complexity.html">Complexity</a></td>
<td>Package implementing the code complexity checker.</td>
</tr>
<tr>
<td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.DocStyle.html">DocStyle</a></td>
<td>Package implementing the code documentation checker.</td>
</tr>
<tr>
<td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Imports.html">Imports</a></td>
<td>Package implementing a checker for import statements.</td>
</tr>
<tr>
<td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.html">Miscellaneous</a></td>
<td>Package implementing the checker for miscellaneous issues.</td>
</tr>
<tr>
<td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.NameOrder.html">NameOrder</a></td>
<td>Package implementing a checker for the name order of import statements and handled exceptions.</td>
</tr>
<tr>
<td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Naming.html">Naming</a></td>
<td>Package implementing the naming style checker.</td>
</tr>
<tr>
<td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.PathLib.html">PathLib</a></td>
<td>Package implementing the checker for functions that can be replaced by use of the pathlib module.</td>
</tr>
<tr>
<td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.html">Security</a></td>
<td>Package implementing the security checker.</td>
</tr>
<tr>
<td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.html">Simplify</a></td>
<td>Package implementing a checker to help simplifying the code.</td>
</tr>
<tr>
<td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Unused.html">Unused</a></td>
<td>Package implementing a checker for unused arguments, variables, ...</td>
</tr>
</table>

<h3>Modules</h3>
<table>

<tr>
<td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities.html">AstUtilities</a></td>
<td>Module implementing some utility and compatibility functions for working with the ast module.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleAddBuiltinIgnoreDialog.html">CodeStyleAddBuiltinIgnoreDialog</a></td>
<td>Module implementing a dialog to enter the data for a built-in assignment to be ignored.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html">CodeStyleChecker</a></td>
<td>Module implementing the code style checker.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html">CodeStyleCheckerDialog</a></td>
<td>Module implementing a dialog to show the results of the code style check.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerUtilities.html">CodeStyleCheckerUtilities</a></td>
<td>Module implementing utility functions for the code style checker dialogs.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCodeSelectionDialog.html">CodeStyleCodeSelectionDialog</a></td>
<td>Module implementing a dialog to select code style message codes.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html">CodeStyleFixer</a></td>
<td>Module implementing a class to fix certain code style issues.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html">CodeStyleStatisticsDialog</a></td>
<td>Module implementing a dialog showing statistical data for the last code style checker run.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.ast_unparse.html">ast_unparse</a></td>
<td></td>
</tr>
<tr>
<td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html">pycodestyle</a></td>
<td></td>
</tr>
<tr>
<td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.translations.html">translations</a></td>
<td>Module implementing message translations for the code style plugin messages.</td>
</tr>
</table>
</body></html>

eric ide

mercurial