Skip to content

Commit

Permalink
chore: increase limit on body/footer-max-line-length (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsiemens authored Jun 21, 2024
1 parent d4e1694 commit b8c28e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
export default {
extends: ['@commitlint/config-conventional'],
rules: {
'footer-max-line-length': [2, 'always', '500'],
'body-max-line-length': [2, 'always', '500']
}
}

0 comments on commit b8c28e1

Please sign in to comment.