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