CatapultServer
v0.5.0.1 (Elephant)
|
Public Member Functions | |
def | __init__ (self, errorReporter) |
def | reset (self, path) |
def | check (self, lineNumber, line) |
def | finalize (self) |
Static Public Member Functions | |
def | formatError (err) |
Public Attributes | |
expectedHash | |
hasher | |
lastLineNumber | |
Public Attributes inherited from SimpleValidator.SimpleValidator | |
errorReporter | |
path | |
Static Public Attributes | |
string | SUITE_NAME = 'CopyrightCommentChecker' |
string | NAME = 'copyrightCommentChecker' |
Validator for ensuring copyright comment consistency.
def validation.CopyrightCommentValidator.__init__ | ( | self, | |
errorReporter | |||
) |
Reimplemented from SimpleValidator.SimpleValidator.
def validation.CopyrightCommentValidator.check | ( | self, | |
lineNumber, | |||
line | |||
) |
def validation.CopyrightCommentValidator.finalize | ( | self | ) |
Reimplemented from SimpleValidator.SimpleValidator.
|
static |
def validation.CopyrightCommentValidator.reset | ( | self, | |
path | |||
) |
Reimplemented from SimpleValidator.SimpleValidator.
validation.CopyrightCommentValidator.expectedHash |
validation.CopyrightCommentValidator.hasher |
validation.CopyrightCommentValidator.lastLineNumber |
|
static |
|
static |