From dd5b15af22f8884f1f9548e767b6d90441ccc9a9 Mon Sep 17 00:00:00 2001 From: Beatriz Vieira Date: Sun, 14 Feb 2021 20:18:29 -0300 Subject: [PATCH] refactor: remove mandatory config from scope --- sv/config.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sv/config.go b/sv/config.go index f140052..2670e4d 100644 --- a/sv/config.go +++ b/sv/config.go @@ -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.