Skip to content

Commit

Permalink
fix(web): default config on default rules page
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <[email protected]>
  • Loading branch information
KeisukeYamashita committed Oct 8, 2024
1 parent 67a1305 commit 87ce949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions web/src/content/docs/config/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion web/src/content/docs/rules/scope-empty.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Scope Empty
description: Check if the scope exists
---

* Default: `error`
* Default: `ignore`

## ❌ Bad

Expand Down

0 comments on commit 87ce949

Please sign in to comment.