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
248248
249249If the ` error ` property is set to ` true ` , an error will be thrown for violations instead of a warning.
250250
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+ > ```
258258
259259<p align =" right" ><a href =" #table-of-contents" >back to top</a ></p >
260260
@@ -542,13 +542,13 @@ This sniff checks that two strings using the same quoting style are not concaten
542542
543543If the ` error ` property is set to ` false ` , a warning will be thrown for violations instead of an error.
544544
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+ > ```
552552
553553<p align =" right" ><a href =" #table-of-contents" >back to top</a ></p >
554554
You can’t perform that action at this time.
0 commit comments