Documentation
¶
Overview ¶
Package ruleresult defines the possible result values returned by a rule.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type int
Type is the type for rule results.
const ( // Pass indicates rule compliance. Pass Type = iota // pass // Fail indicates a rule violation. Fail // fail // Skip indicates the rule is configured to be skipped in the current tool configuration mode. Skip // skipped // NotRun indicates an unrelated error prevented the rule from running. NotRun // unable to run )
Click to show internal directories.
Click to hide internal directories.