0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-11-24 21:20:40 +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,7 +28,6 @@ func (c CommitMessageConfig) BreakingChangeFooterConfig() CommitMessageFooterCon
// CommitMessageScopeConfig config scope preferences. // CommitMessageScopeConfig config scope preferences.
type CommitMessageScopeConfig struct { type CommitMessageScopeConfig struct {
Mandatory bool `yaml:"mandatory"`
Values []string `yaml:"values"` Values []string `yaml:"values"`
} }