Skip to content

Commit

Permalink
fix(semantic-release): disable body-max-line-length
Browse files Browse the repository at this point in the history
  • Loading branch information
JAdshead committed Aug 9, 2023
1 parent d4c4311 commit c9bf7f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'scope-case': [2, 'always', ['pascal-case', 'camel-case', 'kebab-case']],
'body-max-line-length': [0],
},
};

0 comments on commit c9bf7f8

Please sign in to comment.