Vigilance
A simple tool for enforcing code quality metrics on a codebase
 All Classes Namespaces Files Functions Variables Groups
File List
Here is a list of all files with brief descriptions:
[detail level 123]
\-vigilance
 o-default_suites
 |o*__init__.py
 |o*cobertura.pyContains the quality suite definitions necessary for cobertura code coverage enforcement
 |\*doxygen.pyContains the quality suite definitions necessary for doxygen enforcement
 o-plugin
 |o*__init__.pyContains functionality for writing Vigilance plugins
 |\*tooling.pyContains tooling to facilitate the authoring of Vigilance plugins
 o*__init__.py
 o*cli.pyContains the console API for Vigilance
 o*configuration.pyContains functionality for reading Vigilance configurations
 o*constraint.pyContains definitions of code coverage constraints
 o*error.py
 o*parser.pyContains functionality for reading coverage output and parsing it into the Vigilance internal representation
 o*representation.pyContains data structures to normalize the representation of code quality metrics independent of the tool used to generate them
 \*suite.pyContains glue that relates all vigilance concepts together into "quality suites"