Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultRules = append(manualDefaultRules, modelRules...)
DefaultRules is rules by default
Functions ¶
func CheckRuleNames ¶ added in v0.8.5
CheckRuleNames returns map of rules indexed by name
Types ¶
type Rule ¶
Rule is an implementation that receives a Runner and inspects for resources and modules.
type RuleSet ¶ added in v0.8.5
type RuleSet struct{}
RuleSet is a pseudo RuleSet to handle core rules like plugin
func (*RuleSet) RuleNames ¶ added in v0.8.5
RuleNames is a list of rule names provided by the plugin.
func (*RuleSet) RuleSetName ¶ added in v0.8.5
RuleSetName is the name of the rule set.
func (*RuleSet) RuleSetVersion ¶ added in v0.8.5
RuleSetVersion is the version of the plugin.
Click to show internal directories.
Click to hide internal directories.