Skip to content

Commit

Permalink
TEST-modin-project#1785: Change size of commit message header (modin-…
Browse files Browse the repository at this point in the history
…project#1786)

Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
  • Loading branch information
YarShev authored Jul 23, 2020
1 parent 8658f09 commit 49f462c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
plugins: ['commitlint-plugin-jira-rules'],
extends: ['jira'],
rules: {
"header-max-length": [2, "always", 50],
"header-max-length": [2, "always", 70],
"signed-off-by": [2, "always", "Signed-off-by"],
"jira-task-id-max-length": [0, "always", 10],
"jira-task-id-project-key": [2, "always", ["FEAT", "DOCS", "FIX", "REFACTOR", "TEST"]],
Expand Down

0 comments on commit 49f462c

Please sign in to comment.