Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Name string `yaml:"name" json:"name"`
Alias string `yaml:"alias" json:"alias"`
White *White `yaml:"white" json:"white"`
Meta json.RawMessage `yaml:"meta" json:"meta"`
}
func (Config) DoNotLintOn ¶
type Linter ¶
type Linter struct {
// contains filtered or unexported fields
}
type ScriptRule ¶
type ScriptRule interface {
Rule
LintOnScript()
}
Click to show internal directories.
Click to hide internal directories.