Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BreakingConfig ¶
type BreakingConfig struct {
RequireDescription bool `toml:"require_description"`
}
type CommitConfig ¶
type Config ¶
type Config struct {
Project ProjectConfig `toml:"project"`
Scopes ScopesConfig `toml:"scopes"`
Commit CommitConfig `toml:"commit"`
Breaking BreakingConfig `toml:"breaking"`
Emoji EmojiConfig `toml:"emoji"`
Hooks HooksConfig `toml:"hooks"`
}
type EmojiConfig ¶
type HooksConfig ¶
type ProjectConfig ¶
type ScopesConfig ¶
Click to show internal directories.
Click to hide internal directories.