CatapultServer
v0.5.0.1 (Elephant)
|
Public Member Functions | |
def | __init__ (self, errorReporter) |
def | check (self, lineNumber, line) |
Public Member Functions inherited from SimpleValidator.SimpleValidator | |
def | reset (self, path) |
def | finalize (self) |
Static Public Member Functions | |
def | formatError (err) |
Public Attributes | |
patternClosingBrace | |
patternInbetweenClosingBrace | |
patternLineAfterClosingBrace | |
recentLines | |
Public Attributes inherited from SimpleValidator.SimpleValidator | |
errorReporter | |
path | |
Static Public Attributes | |
string | SUITE_NAME = 'ClosingBraceVerticalSpacingChecker' |
string | NAME = 'closingBraceVerticalSpacingVChecker' |
Validator for ensuring that closing braces are properly followed by whitespace.
def validation.ClosingBraceVerticalSpacingValidator.__init__ | ( | self, | |
errorReporter | |||
) |
Reimplemented from SimpleValidator.SimpleValidator.
def validation.ClosingBraceVerticalSpacingValidator.check | ( | self, | |
lineNumber, | |||
line | |||
) |
|
static |
|
static |
validation.ClosingBraceVerticalSpacingValidator.patternClosingBrace |
validation.ClosingBraceVerticalSpacingValidator.patternInbetweenClosingBrace |
validation.ClosingBraceVerticalSpacingValidator.patternLineAfterClosingBrace |
validation.ClosingBraceVerticalSpacingValidator.recentLines |
|
static |