Disable line width limits

This commit is contained in:
Tautvidas Sipavičius
2016-06-29 17:57:38 +03:00
parent 81ec293e54
commit ad0a9838bc

View File

@ -20,12 +20,12 @@
<!-- Disallow usage of BOMs --> <!-- Disallow usage of BOMs -->
<rule ref="Generic.Files.ByteOrderMark"/> <rule ref="Generic.Files.ByteOrderMark"/>
<!-- Lines can be 80 chars long, show errors at 120 chars --> <!-- Lines can be 80 chars long, show errors at 120 chars -->
<rule ref="Generic.Files.LineLength"> <!--<rule ref="Generic.Files.LineLength">-->
<properties> <!--<properties>-->
<property name="lineLimit" value="80"/> <!--<property name="lineLimit" value="80"/>-->
<property name="absoluteLineLimit" value="120"/> <!--<property name="absoluteLineLimit" value="120"/>-->
</properties> <!--</properties>-->
</rule> <!--</rule>-->
<!-- Use Unix newlines --> <!-- Use Unix newlines -->
<rule ref="Generic.Files.LineEndings"> <rule ref="Generic.Files.LineEndings">
<properties> <properties>