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

changeset 6942
2602857055c5
parent 5662
2c99fa1072b6
child 7040
f89952e5fc11
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.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>eric6.Plugins.CheckerPlugins.CodeStyleChecker</h1>
23 <p>
24 Package containing the code style checker and fixer plug-in.
25 </p>
26
27
28 <h3>Modules</h3>
29 <table>
30 <tr>
31 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleAddBuiltinIgnoreDialog.html">CodeStyleAddBuiltinIgnoreDialog</a></td>
32 <td>Module implementing a dialog to enter the data for a built-in assignment to be ignored.</td>
33 </tr><tr>
34 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html">CodeStyleChecker</a></td>
35 <td>Module implementing the code style checker.</td>
36 </tr><tr>
37 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html">CodeStyleCheckerDialog</a></td>
38 <td>Module implementing a dialog to show the results of the code style check.</td>
39 </tr><tr>
40 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCodeSelectionDialog.html">CodeStyleCodeSelectionDialog</a></td>
41 <td>Module implementing a dialog to select code style message codes.</td>
42 </tr><tr>
43 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html">CodeStyleFixer</a></td>
44 <td>Module implementing a class to fix certain code style issues.</td>
45 </tr><tr>
46 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html">CodeStyleStatisticsDialog</a></td>
47 <td>Module implementing a dialog showing statistical data for the last code style checker run.</td>
48 </tr><tr>
49 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.ComplexityChecker.html">ComplexityChecker</a></td>
50 <td>Module implementing a checker for code complexity.</td>
51 </tr><tr>
52 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html">DocStyleChecker</a></td>
53 <td>Module implementing a checker for documentation string conventions.</td>
54 </tr><tr>
55 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.html">MiscellaneousChecker</a></td>
56 <td>Module implementing a checker for miscellaneous checks.</td>
57 </tr><tr>
58 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html">NamingStyleChecker</a></td>
59 <td>Module implementing a checker for naming conventions.</td>
60 </tr><tr>
61 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.mccabe.html">mccabe</a></td>
62 <td></td>
63 </tr><tr>
64 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html">pycodestyle</a></td>
65 <td></td>
66 </tr><tr>
67 <td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.translations.html">translations</a></td>
68 <td>Module implementing message translations for the code style plugin messages.</td>
69 </tr>
70 </table>
71 </body></html>

eric ide

mercurial