Skip to content

Commit 1f2ca95

Browse files
committed
feat(rules): add header-trim rule for commitlint v18.6.0
1 parent de8f8bb commit 1f2ca95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules.ts

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const rules: Plugin['rules'] = {
1818
'function-rules/header-full-stop': functionRule,
1919
'function-rules/header-max-length': functionRule,
2020
'function-rules/header-min-length': functionRule,
21+
'function-rules/header-trim': functionRule,
2122
'function-rules/references-empty': functionRule,
2223
'function-rules/scope-case': functionRule,
2324
'function-rules/scope-empty': functionRule,

0 commit comments

Comments
 (0)