Skip to content

Commit

Permalink
fix(web): example of scope max length
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <[email protected]>
  • Loading branch information
KeisukeYamashita committed Feb 13, 2024
1 parent f571b5c commit f2f8ba6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/content/docs/rules/scope-max-length.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In this page, we will use the following commit message as an example.
rules:
scope-max-length:
level: error
length: 6
length: 5
```
## ❌ Bad
Expand All @@ -29,11 +29,11 @@ feat(cli): add new flag
## Example
### Description length should be less than or equal to 72
### Description length should be less than or equal to 5
```yaml
rules:
scope-max-length:
level: error
length: 72
length: 5
```

0 comments on commit f2f8ba6

Please sign in to comment.