eric6/Documentation/Source/index-eric6.Plugins.CheckerPlugins.CodeStyleChecker.html

changeset 7784
3257703e10c5
parent 7624
6eabbcf3bdf8
child 8166
bd5cd5858503
equal deleted inserted replaced
7783:36f66ce496bd 7784:3257703e10c5
27 27
28 <h3>Packages</h3> 28 <h3>Packages</h3>
29 <table> 29 <table>
30 30
31 <tr> 31 <tr>
32 <td><a href="index-eric6.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-eric6.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-eric6.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-eric6.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-eric6.Plugins.CheckerPlugins.CodeStyleChecker.Naming.html">Naming</a></td>
49 <td>Package implementing the naming style checker.</td>
50 </tr>
51 <tr>
32 <td><a href="index-eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.html">Security</a></td> 52 <td><a href="index-eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.html">Security</a></td>
33 <td>Package implementing the security checker.</td> 53 <td>Package implementing the security checker.</td>
34 </tr> 54 </tr>
35 </table> 55 </table>
36 56
37 <h3>Modules</h3> 57 <h3>Modules</h3>
38 <table> 58 <table>
39 59
40 <tr>
41 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.AnnotationsChecker.html">AnnotationsChecker</a></td>
42 <td>Module implementing a checker for function type annotations.</td>
43 </tr>
44 <tr> 60 <tr>
45 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities.html">AstUtilities</a></td> 61 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities.html">AstUtilities</a></td>
46 <td>Module implementing some utility and compatibility functions for working with the ast module.</td> 62 <td>Module implementing some utility and compatibility functions for working with the ast module.</td>
47 </tr> 63 </tr>
48 <tr> 64 <tr>
68 <tr> 84 <tr>
69 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html">CodeStyleStatisticsDialog</a></td> 85 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html">CodeStyleStatisticsDialog</a></td>
70 <td>Module implementing a dialog showing statistical data for the last code style checker run.</td> 86 <td>Module implementing a dialog showing statistical data for the last code style checker run.</td>
71 </tr> 87 </tr>
72 <tr> 88 <tr>
73 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.ComplexityChecker.html">ComplexityChecker</a></td>
74 <td>Module implementing a checker for code complexity.</td>
75 </tr>
76 <tr>
77 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html">DocStyleChecker</a></td>
78 <td>Module implementing a checker for documentation string conventions.</td>
79 </tr>
80 <tr>
81 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.html">MiscellaneousChecker</a></td>
82 <td>Module implementing a checker for miscellaneous checks.</td>
83 </tr>
84 <tr>
85 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html">NamingStyleChecker</a></td>
86 <td>Module implementing a checker for naming conventions.</td>
87 </tr>
88 <tr>
89 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.eradicate.html">eradicate</a></td> 89 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.eradicate.html">eradicate</a></td>
90 <td>Removes commented-out Python code.</td> 90 <td>Removes commented-out Python code.</td>
91 </tr> 91 </tr>
92 <tr> 92 <tr>
93 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.mccabe.html">mccabe</a></td> 93 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.mccabe.html">mccabe</a></td>

eric ide

mercurial