File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -248,13 +248,13 @@ The difference in alignment between two adjacent assignments is occasionally qui
248
248
249
249
If the ` error ` property is set to ` true ` , an error will be thrown for violations instead of a warning.
250
250
251
- ``` xml
252
- < rule ref = " Generic.Formatting.MultipleStatementAlignment " >
253
- < properties >
254
- < property name = " error " value = " true " / >
255
- </ properties >
256
- </rule >
257
- ```
251
+ > [ !WARNING ]
252
+ > The ` error ` property should no longer be used. Set ` <type> ` instead.
253
+ > ``` xml
254
+ > < rule ref = " Generic.Formatting.MultipleStatementAlignment " >
255
+ > < type >error</ type >
256
+ > </rule >
257
+ > ```
258
258
259
259
<p align =" right" ><a href =" #table-of-contents" >back to top</a ></p >
260
260
@@ -542,13 +542,13 @@ This sniff checks that two strings using the same quoting style are not concaten
542
542
543
543
If the ` error ` property is set to ` false ` , a warning will be thrown for violations instead of an error.
544
544
545
- ``` xml
546
- < rule ref = " Generic.Strings.UnnecessaryStringConcat " >
547
- < properties >
548
- < property name = " error " value = " false " / >
549
- </ properties >
550
- </rule >
551
- ```
545
+ > [ !WARNING ]
546
+ > The ` error ` property should no longer be used. Set ` <type> ` instead.
547
+ > ``` xml
548
+ > < rule ref = " Generic.Strings.UnnecessaryStringConcat " >
549
+ > < type >warning</ type >
550
+ > </rule >
551
+ > ```
552
552
553
553
<p align =" right" ><a href =" #table-of-contents" >back to top</a ></p >
554
554
You can’t perform that action at this time.
0 commit comments