Skip to content

Commit

Permalink
Merge pull request RedHatInsights#2133 from Hyperkid123/commit-lint-b…
Browse files Browse the repository at this point in the history
…ody-rule

chore: remove description length limits
  • Loading branch information
Hyperkid123 authored Dec 9, 2024
2 parents cfa2ce6 + fa857b9 commit 587afad
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 587afad

Please sign in to comment.