refactor: remove mandatory config from scope
This commit is contained in:
parent
d88d185b2b
commit
dd5b15af22
1 changed files with 1 additions and 2 deletions
|
@ -28,8 +28,7 @@ func (c CommitMessageConfig) BreakingChangeFooterConfig() CommitMessageFooterCon
|
|||
|
||||
// CommitMessageScopeConfig config scope preferences.
|
||||
type CommitMessageScopeConfig struct {
|
||||
Mandatory bool `yaml:"mandatory"`
|
||||
Values []string `yaml:"values"`
|
||||
Values []string `yaml:"values"`
|
||||
}
|
||||
|
||||
// CommitMessageFooterConfig config footer metadata.
|
||||
|
|
Loading…
Reference in a new issue