Skip to content

Commit

Permalink
Fix rc
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Martyanov <nikolay@zededa.com>
  • Loading branch information
OhmSpectator committed Aug 27, 2024
1 parent 2c5cbfe commit 265bc19
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .commitlintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@
rules:
# Ensure that the commit message has a subject and a body
subject-empty:
- 2
- 0
- never

body-empty:
- 2
- never

# Relax the subject line rule to allow omitting the ":" separator
type-enum:
- 0
- always
-

0 comments on commit 265bc19

Please sign in to comment.