|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.CheckerPlugins.CodeStyleChecker</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker</h1> |
|
9 |
|
10 <p> |
|
11 Package containing the code style checker and fixer plug-in. |
|
12 </p> |
|
13 |
|
14 <h3>Packages</h3> |
|
15 <table> |
|
16 |
|
17 <tr> |
|
18 <td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.html">Annotations</a></td> |
|
19 <td>Package implementing the function type annotations checker.</td> |
|
20 </tr> |
|
21 <tr> |
|
22 <td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Complexity.html">Complexity</a></td> |
|
23 <td>Package implementing the code complexity checker.</td> |
|
24 </tr> |
|
25 <tr> |
|
26 <td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.DocStyle.html">DocStyle</a></td> |
|
27 <td>Package implementing the code documentation checker.</td> |
|
28 </tr> |
|
29 <tr> |
|
30 <td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Imports.html">Imports</a></td> |
|
31 <td>Package implementing a checker for import statements.</td> |
|
32 </tr> |
|
33 <tr> |
|
34 <td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.html">Miscellaneous</a></td> |
|
35 <td>Package implementing the checker for miscellaneous issues.</td> |
|
36 </tr> |
|
37 <tr> |
|
38 <td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Naming.html">Naming</a></td> |
|
39 <td>Package implementing the naming style checker.</td> |
|
40 </tr> |
|
41 <tr> |
|
42 <td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.PathLib.html">PathLib</a></td> |
|
43 <td>Package implementing the checker for functions that can be replaced by use of the pathlib module.</td> |
|
44 </tr> |
|
45 <tr> |
|
46 <td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.html">Security</a></td> |
|
47 <td>Package implementing the security checker.</td> |
|
48 </tr> |
|
49 <tr> |
|
50 <td><a href="index-eric7.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.html">Simplify</a></td> |
|
51 <td>Package implementing a checker to help simplifying the code.</td> |
|
52 </tr> |
|
53 </table> |
|
54 |
|
55 <h3>Modules</h3> |
|
56 <table> |
|
57 |
|
58 <tr> |
|
59 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities.html">AstUtilities</a></td> |
|
60 <td>Module implementing some utility and compatibility functions for working with the ast module.</td> |
|
61 </tr> |
|
62 <tr> |
|
63 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleAddBuiltinIgnoreDialog.html">CodeStyleAddBuiltinIgnoreDialog</a></td> |
|
64 <td>Module implementing a dialog to enter the data for a built-in assignment to be ignored.</td> |
|
65 </tr> |
|
66 <tr> |
|
67 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html">CodeStyleChecker</a></td> |
|
68 <td>Module implementing the code style checker.</td> |
|
69 </tr> |
|
70 <tr> |
|
71 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html">CodeStyleCheckerDialog</a></td> |
|
72 <td>Module implementing a dialog to show the results of the code style check.</td> |
|
73 </tr> |
|
74 <tr> |
|
75 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerUtilities.html">CodeStyleCheckerUtilities</a></td> |
|
76 <td>Module implementing utility functions for the code style checker dialogs.</td> |
|
77 </tr> |
|
78 <tr> |
|
79 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCodeSelectionDialog.html">CodeStyleCodeSelectionDialog</a></td> |
|
80 <td>Module implementing a dialog to select code style message codes.</td> |
|
81 </tr> |
|
82 <tr> |
|
83 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html">CodeStyleFixer</a></td> |
|
84 <td>Module implementing a class to fix certain code style issues.</td> |
|
85 </tr> |
|
86 <tr> |
|
87 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html">CodeStyleStatisticsDialog</a></td> |
|
88 <td>Module implementing a dialog showing statistical data for the last code style checker run.</td> |
|
89 </tr> |
|
90 <tr> |
|
91 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html">pycodestyle</a></td> |
|
92 <td></td> |
|
93 </tr> |
|
94 <tr> |
|
95 <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.translations.html">translations</a></td> |
|
96 <td>Module implementing message translations for the code style plugin messages.</td> |
|
97 </tr> |
|
98 </table> |
|
99 </body></html> |