File tree 1 file changed +4
-4
lines changed
@commitlint/config-conventional
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ echo "fix: some message" # passes
136
136
137
137
- ** condition** : ` footer ` should have a leading blank line
138
138
- ** rule** : ` always `
139
- - level: ` warning `
139
+ - ** level** : ` warning `
140
140
141
141
``` sh
142
142
echo " fix: some message
@@ -151,7 +151,7 @@ BREAKING CHANGE: It will be significant" # passes
151
151
152
152
- ** condition** : ` footer ` each line has ` value ` or less characters
153
153
- ** rule** : ` always `
154
- - level: ` error `
154
+ - ** level** : ` error `
155
155
- ** value**
156
156
157
157
```
@@ -174,7 +174,7 @@ but still no line is too long" # passes
174
174
175
175
- ** condition** : ` body ` should have a leading blank line
176
176
- ** rule** : ` always `
177
- - level: ` warning `
177
+ - ** level** : ` warning `
178
178
179
179
``` sh
180
180
echo " fix: some message
@@ -189,7 +189,7 @@ body" # passes
189
189
190
190
- ** condition** : ` body ` each line has ` value ` or less characters
191
191
- ** rule** : ` always `
192
- - level: ` error `
192
+ - ** level** : ` error `
193
193
- ** value**
194
194
195
195
```
You can’t perform that action at this time.
0 commit comments