1
0
Fork 0

refactor: remove mandatory config from scope

This commit is contained in:
Beatriz Vieira 2021-02-14 20:18:29 -03:00
parent d88d185b2b
commit dd5b15af22

View file

@ -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.