Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuleOptions ¶ added in v0.2.0
RuleOptions is present in each rule to control the options limited to the rule
type StatusLog ¶
type StatusLog struct {
// totalTested represents number of commands checked
TotalTested int
// totalErrors reperesents number of errors
TotalErrors int
// errors in command
Errors []ValidationError
}
StatusLog is used for providing info about validation of commands
Click to show internal directories.
Click to hide internal directories.