Skip to content

Commit ab307c9

Browse files
authored
chore: commitlint scope must not be empty (#4919)
* chore: commitlint scope must not be empty * chore: commitlint disable scope must not be empty
1 parent 99293fc commit ab307c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.commitlintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"defaultIgnores": true,
23
"parserPreset": "conventional-changelog-conventionalcommits",
34
"rules": {
45
"scope-enum": [
@@ -21,8 +22,7 @@
2122
]
2223
],
2324
"scope-empty": [
24-
1,
25-
"always"
25+
0
2626
],
2727
"body-leading-blank": [
2828
1,

0 commit comments

Comments
 (0)