From e3e411b4bcfba8409e887fe3e5141fad96c579e2 Mon Sep 17 00:00:00 2001 From: jld3103 Date: Sat, 15 Jul 2023 10:39:49 +0200 Subject: [PATCH] fix(tool): Reduce empty scope to warning --- commitlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commitlint.yaml b/commitlint.yaml index 7bfe0a35..f017773e 100644 --- a/commitlint.yaml +++ b/commitlint.yaml @@ -2,7 +2,7 @@ include: package:commitlint_cli/commitlint.yaml rules: scope-empty: - - 2 + - 1 - never scope-enum: - 2