Skip to content

Commit

Permalink
ci: disable commitlint footer rules (#3407)
Browse files Browse the repository at this point in the history
The specifics of the footer aren't super important for us.

Signed-off-by: Mike Beaumont <[email protected]>
  • Loading branch information
michaelbeaumont committed Dec 1, 2021
1 parent d26eb3a commit ee3bed1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ module.exports = {
extends: ["@commitlint/config-conventional"],
helpUrl:
"https://github.com/kumahq/kuma/blob/master/CONTRIBUTING.md#commit-message-format",
rules: {
"footer-max-line-length": [0],
"footer-leading-blank": [0],
},
};

0 comments on commit ee3bed1

Please sign in to comment.