File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,9 +97,9 @@ if (!CONVENTIONAL_PATTERN.test(danger.github.pr.title)) {
9797 fail (
9898 `PR title \`${ danger . github . pr . title } \` does not follow ` +
9999 '[Conventional Commits](https://www.conventionalcommits.org/) format.\n\n' +
100- 'Expected: `type(scope): description` — e.g. `feat: add reverb section` ' +
101- 'or `fix(tooltip): clamp position on narrow screens`. \n\n' +
102- 'This is required because the PR title becomes the squash-merge commit ' +
103- 'message that **semantic-release** uses to determine the version bump.' ,
100+ 'Expected: `type(scope): description`\n ' +
101+ 'e.g. `feat: add reverb section` or `fix(tooltip): clamp on narrow screens`\n\n' +
102+ 'The PR title becomes the squash-merge commit message that\n ' +
103+ '**semantic-release** uses to determine the version bump.' ,
104104 )
105105}
Original file line number Diff line number Diff line change 3737 "commitlint" : {
3838 "extends" : [
3939 " @commitlint/config-conventional"
40- ]
40+ ],
41+ "rules" : {
42+ "body-max-line-length" : [0 ]
43+ }
4144 },
4245 "lint-staged" : {
4346 "src/js/**/*.js" : [
You can’t perform that action at this time.
0 commit comments