Skip to content

Commit 6b12d07

Browse files
committed
tooling: Enforce commitlint scope-enum as error.
1 parent 17508d1 commit 6b12d07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
'subject-full-stop': [0],
1111
'header-max-length': [2, 'always', 78],
1212
'scope-enum': [
13-
1,
13+
2,
1414
'always',
1515
[
1616
'apds9960',

0 commit comments

Comments
 (0)