Skip to content

Commit 87ce949

Browse files
fix(web): default config on default rules page
Signed-off-by: KeisukeYamashita <[email protected]>
1 parent 67a1305 commit 87ce949

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

web/src/content/docs/config/default.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ You can also check the default values on the page of each rule.
1313

1414
```yaml
1515
rules:
16-
description-empty: # Description must not be empty
16+
description-empty: # Description shouldn't be empty
1717
level: warning
18-
scope-empty: # Scope must not be empty
19-
level: error
2018
subject-empty: # Subject line should exist
2119
level: error
2220
type-empty: # Type must not be empty

web/src/content/docs/rules/scope-empty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Scope Empty
33
description: Check if the scope exists
44
---
55

6-
* Default: `error`
6+
* Default: `ignore`
77

88
## ❌ Bad
99

0 commit comments

Comments
 (0)