Skip to content

Commit

Permalink
DOCS-modin-project#4469: Allow commit messages starting with PERF. (m…
Browse files Browse the repository at this point in the history
…odin-project#4475)

Signed-off-by: mvashishtha <[email protected]>
  • Loading branch information
mvashishtha authored May 19, 2022
1 parent 1ba3778 commit 0f70e82
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 @@ -5,6 +5,6 @@ module.exports = {
"header-max-length": [2, "always", 88],
"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"]],
"jira-task-id-project-key": [2, "always", ["FEAT", "DOCS", "FIX", "REFACTOR", "TEST", "PERF"]],
}
}

0 comments on commit 0f70e82

Please sign in to comment.