Skip to content

Commit 15dc738

Browse files
committed
feat: add breaking-change-exclamation-mark rule
1 parent 652a7f8 commit 15dc738

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

package-lock.json

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rules.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const rules: Plugin['rules'] = {
99
'function-rules/body-max-length': functionRule,
1010
'function-rules/body-max-line-length': functionRule,
1111
'function-rules/body-min-length': functionRule,
12+
'function-rules/breaking-change-exclamation-mark': functionRule,
1213
'function-rules/footer-empty': functionRule,
1314
'function-rules/footer-leading-blank': functionRule,
1415
'function-rules/footer-max-length': functionRule,

0 commit comments

Comments
 (0)