Description
The commitlint scope-enum rule is currently set to severity 1 (warning) to let contributors adopt the tooling gradually. Once the team is comfortable with the scopes, switch to severity 2 (error) to enforce valid scopes on commit.
Change
In commitlint.config.js, change:
'scope-enum': [
1, // ← change to 2
'always',
[...]
]
Related
Description
The commitlint
scope-enumrule is currently set to severity 1 (warning) to let contributors adopt the tooling gradually. Once the team is comfortable with the scopes, switch to severity 2 (error) to enforce valid scopes on commit.Change
In
commitlint.config.js, change:Related