Skip to content

Commit 509aeb2

Browse files
committed
ci(commitlint): Only warn on subject-case mismatch
The Angular reference for the summary [1] demands "don't capitalize the first letter" and Renovate adheres to it (without making it configurable yet [2]), so only warn here in order to accept Renovate PRs. [1]: https://github.com/angular/angular/blob/main/CONTRIBUTING.md#summary [2]: renovatebot/renovate#12062 Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 6f75f72 commit 509aeb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.commitlintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rules:
2626
- snake-case
2727
- upper-case
2828
subject-case:
29-
- 2
29+
- 1
3030
- always
3131
- - pascal-case
3232
- sentence-case

0 commit comments

Comments
 (0)