0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-11-10 02:10:38 +00:00

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.