Skip to content

Commit

Permalink
fix: change commit lint overrides to warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kleydon committed Dec 6, 2021
1 parent a84ab3b commit ff3bd79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [2, 'always', 200],
'footer-max-line-length': [2, 'always', 200],
'body-max-line-length': [1, 'always', 200],
'footer-max-line-length': [1, 'always', 200],
},
};

0 comments on commit ff3bd79

Please sign in to comment.