Skip to content

Commit 75bad53

Browse files
committed
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 5cbbecf commit 75bad53

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.commitlintrc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
2-
<<<<<<< HEAD
32
"defaultIgnores": true,
4-
=======
5-
>>>>>>> 89dd7017a (chore: add commitlint (#4915))
63
"parserPreset": "conventional-changelog-conventionalcommits",
74
"rules": {
85
"scope-enum": [
@@ -25,8 +22,7 @@
2522
]
2623
],
2724
"scope-empty": [
28-
1,
29-
"always"
25+
0
3026
],
3127
"body-leading-blank": [
3228
1,

0 commit comments

Comments
 (0)