Skip to content

Commit

Permalink
docs: remove scope-case rule #3157 (#3178)
Browse files Browse the repository at this point in the history
  • Loading branch information
lxow456 committed May 15, 2022
1 parent 95f6b7c commit 6dbc982
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions @commitlint/config-conventional/README.md
Expand Up @@ -74,21 +74,6 @@ echo ": some message" # fails
echo "fix: some message" # passes
```

#### scope-case

- **condition**: `scope` is in case `value`
- **rule**: `always`
- **level**: `error`

```
'lowerCase'
```

```sh
echo "fix(SCOPE): some message" # fails
echo "fix(scope): some message" # passes
```

#### subject-case

- **condition**: `subject` is in one of the cases `['sentence-case', 'start-case', 'pascal-case', 'upper-case']`
Expand Down

0 comments on commit 6dbc982

Please sign in to comment.