Skip to content

Commit

Permalink
Merge pull request #62 from fingerprintjs/chore/update-commit-lint
Browse files Browse the repository at this point in the history
feat: update footer-max-line-length to 400 characters
  • Loading branch information
TheUnderScorer authored Jun 18, 2024
2 parents 2688af3 + d9b48b7 commit 8c3373f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-carrots-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@fingerprintjs/commit-lint-dx-team': minor
---

update footer-max-line-length to 400 characters
1 change: 1 addition & 0 deletions packages/commit-lint-dx-team/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ module.exports = {
rules: {
'body-max-line-length': [2, 'always', 200],
'header-max-length': [2, 'always', 200],
'footer-max-line-length': [2, 'always', 400],
},
}

0 comments on commit 8c3373f

Please sign in to comment.