Closed dingo-d closed 2 years ago
As per docs: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Customisable-Sniff-Properties#genericfileslinelength
We should add
<rule ref="Generic.Files.LineLength"> <properties> <property name="ignoreComments" value="true" /> </properties> </rule>
to our ruleset.
Fixed in the newest release.
As per docs: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Customisable-Sniff-Properties#genericfileslinelength
We should add
to our ruleset.