Skip to content

Commit

Permalink
feat(rules): add header-trim rule for commitlint v18.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed Feb 14, 2024
1 parent de8f8bb commit 1f2ca95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const rules: Plugin['rules'] = {
'function-rules/header-full-stop': functionRule,
'function-rules/header-max-length': functionRule,
'function-rules/header-min-length': functionRule,
'function-rules/header-trim': functionRule,
'function-rules/references-empty': functionRule,
'function-rules/scope-case': functionRule,
'function-rules/scope-empty': functionRule,
Expand Down

0 comments on commit 1f2ca95

Please sign in to comment.