Documentation
¶
Overview ¶
Configuration for changelog-lint
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Rules RulesConfig `toml:"rule"` Parser ParserConfig `toml:"parser"` }
func LoadConfig ¶
func (Config) LintingConfig ¶
type ParserConfig ¶
type ParserConfig struct {
Patterns ParserPatterns
}
RuleConfig is type used for the rule configuration.
type ParserPatterns ¶
type RuleConfig ¶
RuleConfig is type used for the rule configuration.
type RulesConfig ¶
type RulesConfig = map[string]RuleConfig
RulesConfig defines the config for all rules.
Click to show internal directories.
Click to hide internal directories.