Merge pull request #1201 from D-storm/phpcs

Added codesniffer rule to detect trailing whitespace
This commit is contained in:
Michal Čihař 2014-06-01 22:24:21 +02:00
commit e3dd434615

View File

@ -11,4 +11,6 @@
<exclude name="Generic.Files.LineLength" />
</rule>
<rule ref="Generic.Metrics.NestingLevel" />
<!-- There MUST NOT be trailing whitespace at the end of lines. -->
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace" />
</ruleset>