CodeStyleViolationsChecker class abstract

Code Style Violations Checker.

Check a coding style guide against a project.

Implementers

Constructors

CodeStyleViolationsChecker(File styleGuide, Directory projectDir, CodeStyleViolationsParser parser, CodeStyleViolationsReporter reporter)
create a CodeStyleViolationsChecker.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
parser CodeStyleViolationsParser
Parse founded style check violations.
final
projectDir Directory
project directory containing the code.
final
reporter CodeStyleViolationsReporter
Report founded style check violations.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styleGuide File
style guide to verify.
final

Methods

check() Future<void>
Run the checker.
getCodeStyleViolations() Future<String>
Found styleGuide violations from the projectDir.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited