Vigilance
A simple tool for enforcing code quality metrics on a codebase
 All Classes Namespaces Files Functions Variables Groups
representation.py File Reference

Contains data structures to normalize the representation of code quality metrics independent of the tool used to generate them. More...

Classes

class  Satisfaction
 The result of a constraint validation. More...
 
class  QualityItem
 Represents a single item from a code quality report. More...
 
class  QualityReport
 Represents a parsed code quality report. More...
 

Namespaces

 vigilance.representation
 

Variables

tuple _satisfaction
 

Detailed Description

Contains data structures to normalize the representation of code quality metrics independent of the tool used to generate them.