We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8658f09 commit 49f462cCopy full SHA for 49f462c
commitlint.config.js
@@ -2,7 +2,7 @@ module.exports = {
2
plugins: ['commitlint-plugin-jira-rules'],
3
extends: ['jira'],
4
rules: {
5
- "header-max-length": [2, "always", 50],
+ "header-max-length": [2, "always", 70],
6
"signed-off-by": [2, "always", "Signed-off-by"],
7
"jira-task-id-max-length": [0, "always", 10],
8
"jira-task-id-project-key": [2, "always", ["FEAT", "DOCS", "FIX", "REFACTOR", "TEST"]],
0 commit comments