Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Schema string Path StringSlice }
Config contains the configuration for the rule.
type StringSlice ¶
type StringSlice []string
StringSlice can unmarshal individual strings or array from YAML.
func (*StringSlice) UnmarshalYAML ¶
func (s *StringSlice) UnmarshalYAML(n *yaml.Node) error
Click to show internal directories.
Click to hide internal directories.