Skip to content

Commit

Permalink
fix: commitlint config for github message
Browse files Browse the repository at this point in the history
  • Loading branch information
R11manish committed Mar 14, 2024
1 parent b76fdb9 commit 83a703b
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 @@ -2,6 +2,6 @@ module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [2, 'always', 200],
'footer-max-line-length': [2, 'always', 100],
'footer-max-line-length': [2, 'always', 1000],
},
};

0 comments on commit 83a703b

Please sign in to comment.