We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97d74a3 + 9786eba commit f245c86Copy full SHA for f245c86
1 file changed
commitlint.config.js
@@ -5,4 +5,7 @@ module.exports = {
5
'footer-max-line-length': [2, 'always', 120],
6
'header-max-length': [2, 'always', 72],
7
},
8
+ ignores: [
9
+ (commit) => commit.startsWith("chore(deps):")
10
+ ],
11
};
0 commit comments