Skip to content

Commit

Permalink
fix(semantic-release): disable body-max-line-length (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
JAdshead authored Aug 10, 2023
1 parent d4c4311 commit cfe76b5
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 cfe76b5

Please sign in to comment.