Home ⌂Doc Index ◂Up ▴

eric6.Plugins.CheckerPlugins.CodeStyleChecker

Package containing the code style checker and fixer plug-in.

Packages

Security Package implementing the security checker.

Modules

AnnotationsChecker Module implementing a checker for function type annotations.
AstUtilities Module implementing some utility and compatibility functions for working with the ast module.
CodeStyleAddBuiltinIgnoreDialog Module implementing a dialog to enter the data for a built-in assignment to be ignored.
CodeStyleChecker Module implementing the code style checker.
CodeStyleCheckerDialog Module implementing a dialog to show the results of the code style check.
CodeStyleCodeSelectionDialog Module implementing a dialog to select code style message codes.
CodeStyleFixer Module implementing a class to fix certain code style issues.
CodeStyleStatisticsDialog Module implementing a dialog showing statistical data for the last code style checker run.
ComplexityChecker Module implementing a checker for code complexity.
DocStyleChecker Module implementing a checker for documentation string conventions.
MiscellaneousChecker Module implementing a checker for miscellaneous checks.
NamingStyleChecker Module implementing a checker for naming conventions.
eradicate Removes commented-out Python code.
mccabe
pycodestyle
translations Module implementing message translations for the code style plugin messages.


Home ⌂Doc Index ◂Up ▴