Skip to content

Commit 8604edb

Browse files
committed
fix: making sure Merge commit messages are ignored
1 parent 56ebf7d commit 8604edb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

commitlint.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ module.exports = {
2020
'body-max-line-length': [0], // Disable body line length limit
2121
'footer-max-line-length': [0], // Disable footer line length limit
2222
'scope-empty': [0, 'never']
23-
}
23+
},
24+
defaultIgnores: true,
25+
ignores: [(commit) => commit.startsWith('Merge')]
2426
};

0 commit comments

Comments
 (0)