You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.test.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ const messages = {
30
30
'fix: some message\n\nbody with multiple lines\nhas a message that is way too long and will break the line rule "line-max-length" by several characters',
31
31
validMessages: [
32
32
'fix: some message',
33
+
'refactor!: some message',
33
34
'fix(scope): some message',
34
35
'fix(scope): some Message',
35
36
'fix(scope): some message\n\nBREAKING CHANGE: it will be significant!',
0 commit comments