Skip to content

Commit d602624

Browse files
authored
docs(config-conventional): remove spurious body-leading-blank and footer-leading-blank values (conventional-changelog#2522)
1 parent a0fcbe0 commit d602624

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

@commitlint/config-conventional/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,6 @@ echo "fix: some message" # passes
152152
- **condition**: `footer` should have a leading blank line
153153
- **rule**: `always`
154154
- level: `warning`
155-
- **value**
156-
157-
```
158-
100
159-
```
160155

161156
```sh
162157
echo "fix: some message
@@ -195,11 +190,6 @@ but still no line is too long" # passes
195190
- **condition**: `body` should have a leading blank line
196191
- **rule**: `always`
197192
- level: `warning`
198-
- **value**
199-
200-
```js
201-
100;
202-
```
203193

204194
```sh
205195
echo "fix: some message

0 commit comments

Comments
 (0)