Skip to content

Commit

Permalink
chore: remove description length limits
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Dec 9, 2024
1 parent 4a5925a commit fa857b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .commitlintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ module.exports ={
// Ignore rules can be found here
// https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/is-ignored/src/defaults.ts
defaultIgnores: true,
'body-max-length': Infinity,
'body-max-line-length': Infinity,
}

0 comments on commit fa857b9

Please sign in to comment.