We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a1305 commit 87ce949Copy full SHA for 87ce949
web/src/content/docs/config/default.md
@@ -13,10 +13,8 @@ You can also check the default values on the page of each rule.
13
14
```yaml
15
rules:
16
- description-empty: # Description must not be empty
+ description-empty: # Description shouldn't be empty
17
level: warning
18
- scope-empty: # Scope must not be empty
19
- level: error
20
subject-empty: # Subject line should exist
21
level: error
22
type-empty: # Type must not be empty
web/src/content/docs/rules/scope-empty.md
@@ -3,7 +3,7 @@ title: Scope Empty
3
description: Check if the scope exists
4
---
5
6
-* Default: `error`
+* Default: `ignore`
7
8
## ❌ Bad
9
0 commit comments