Skip to content

Commit

Permalink
chore(commitlint): disable footer-max-line-length (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik committed Dec 1, 2021
1 parent 2a6923d commit cb1a15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'header-max-length': [0],
'footer-max-line-length': [0],
}
};

0 comments on commit cb1a15e

Please sign in to comment.