Skip to content

Commit

Permalink
chore: added footer lintting ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Aug 2, 2023
1 parent b8beed4 commit 610c010
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [0, 'always', 'infinity']
'body-max-line-length': [0, 'always', 'infinity'],
'footer-max-line-length': [0, 'always', 'infinity']
}
};

0 comments on commit 610c010

Please sign in to comment.