From 265bc1959b82e8a39a0034956cc0edaffdabdb38 Mon Sep 17 00:00:00 2001 From: Nikolay Martyanov Date: Tue, 27 Aug 2024 02:57:25 +0200 Subject: [PATCH] Fix rc Signed-off-by: Nikolay Martyanov --- .commitlintrc.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.commitlintrc.yml b/.commitlintrc.yml index fc364ccdfef..e6dcb84875b 100644 --- a/.commitlintrc.yml +++ b/.commitlintrc.yml @@ -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 + - \ No newline at end of file