From 87ce94983778126ca1faabcaaaa680296f106e3c Mon Sep 17 00:00:00 2001 From: KeisukeYamashita <19yamashita15@gmail.com> Date: Tue, 8 Oct 2024 15:22:16 +0200 Subject: [PATCH] fix(web): default config on default rules page Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com> --- web/src/content/docs/config/default.md | 4 +--- web/src/content/docs/rules/scope-empty.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/web/src/content/docs/config/default.md b/web/src/content/docs/config/default.md index 2bec832..9d92037 100644 --- a/web/src/content/docs/config/default.md +++ b/web/src/content/docs/config/default.md @@ -13,10 +13,8 @@ You can also check the default values on the page of each rule. ```yaml rules: - description-empty: # Description must not be empty + description-empty: # Description shouldn't be empty level: warning - scope-empty: # Scope must not be empty - level: error subject-empty: # Subject line should exist level: error type-empty: # Type must not be empty diff --git a/web/src/content/docs/rules/scope-empty.md b/web/src/content/docs/rules/scope-empty.md index 9ed0c9c..65c55ce 100644 --- a/web/src/content/docs/rules/scope-empty.md +++ b/web/src/content/docs/rules/scope-empty.md @@ -3,7 +3,7 @@ title: Scope Empty description: Check if the scope exists --- -* Default: `error` +* Default: `ignore` ## ❌ Bad