Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading