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

Sun, 04 Sep 2016 17:16:38 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 04 Sep 2016 17:16:38 +0200
changeset 5147
d39dd5cee0c8
parent 4511
b5e4e7efa904
child 5623
f4d7cfdadc3f
permissions
-rw-r--r--

Renamed pep8.py to pycodestyle.py in order to track the upstream renaming.

<!DOCTYPE html>
<html><head>
<title>eric6.Plugins.CheckerPlugins.CodeStyleChecker</title>
<meta charset="UTF-8">
<style>
body {
    background: #EDECE6;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
    
a { color: #BA6D36; }

</style>
</head>
<body>
<h1>eric6.Plugins.CheckerPlugins.CodeStyleChecker</h1>
<p>
Package containing the code style checker and fixer plug-in.
</p>


<h3>Modules</h3>
<table>
<tr>
<td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html">CodeStyleChecker</a></td>
<td>Module implementing the code style checker.</td>
</tr><tr>
<td><a href="eric6.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="eric6.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="eric6.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="eric6.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="eric6.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html">DocStyleChecker</a></td>
<td>Module implementing a checker for documentation string conventions.</td>
</tr><tr>
<td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.McCabeChecker.html">McCabeChecker</a></td>
<td>Module implementing a checker for code complexity.</td>
</tr><tr>
<td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.html">MiscellaneousChecker</a></td>
<td>Module implementing a checker for miscellaneous checks.</td>
</tr><tr>
<td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html">NamingStyleChecker</a></td>
<td>Module implementing a checker for naming conventions.</td>
</tr><tr>
<td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.mccabe.html">mccabe</a></td>
<td></td>
</tr><tr>
<td><a href="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html">pycodestyle</a></td>
<td></td>
</tr><tr>
<td><a href="eric6.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