Closed
Description
💭 Describe the feature
Respect commitlint
option about empty scopes by default, when there's no option set for cz-git
explicitly:
rules: {
"scope-empty": [2, "never"]
}
https://commitlint.js.org/#/reference-rules?id=scope-empty
💡 Proposed Solution
Fallback to commitlint
config when the cz-git
one is not specified directly.
If the commitlint
setting is in the warning
mode (1
) instead of the error
one (2
), we could either ignore it or maybe provide some additional message.
Activity