Merge "fix(commitlint): change scope-case to lower-case" into integration

This commit is contained in:
Manish Pandey 2021-12-01 15:39:59 +01:00 committed by TrustedFirmware Code Review
commit a142dc9698
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ module.exports = {
"change-id-exists": [1, "always", "Change-Id:"], /* Warning */
"signed-off-by-exists": [1, "always", "Signed-off-by:"], /* Warning */
"scope-case": [2, "always", "kebab-case"], /* Error */
"scope-case": [2, "always", "lower-case"], /* Error */
"scope-enum": [1, "always", scopes] /* Warning */
},
};