aboutsummaryrefslogtreecommitdiffstats
path: root/build/code_sniffer/ruleset-php-legacy.xml
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-0/+12
| | | | | | | | | * There MUST NOT be trailing whitespace at the end of lines. * There MUST NOT be whitespace before the first content of a file. * There MUST NOT be whitespace after the last content of a file. * Functions MUST NOT contain multiple empty lines in a row. PHPBB3-12458
* [ticket/12180] Add "Each file MUST end with exactly one newline character" ruleAndreas Fischer2014-02-101-0/+3
| | | | PHPBB3-12180
* [task/code-sniffer] Add Generic.Functions.CallTimePassByReferenceAndreas Fischer2013-10-301-0/+3
| | | | PHPBB3-11980
* [task/code-sniffer] Add Generic.Formatting.DisallowMultipleStatementsAndreas Fischer2013-10-301-0/+3
| | | | PHPBB3-11980
* [task/code-sniffer] Add Generic.CodeAnalysis.UselessOverridingMethodAndreas Fischer2013-10-301-0/+3
| | | | PHPBB3-11980
* [task/code-sniffer] Add Generic.CodeAnalysis.ForLoopShouldBeWhileLoopAndreas Fischer2013-10-291-0/+3
| | | | PHPBB3-11980
* [task/code-sniffer] Check function/method argument list spacing.Andreas Fischer2013-10-291-0/+9
| | | | PHPBB3-11980
* [task/code-sniffer] Cleanup code sniffer ruleset files.Andreas Fischer2013-10-291-3/+1
| | | | PHPBB3-11980
* [task/code-sniffer] Add code sniffer rulesets.Andreas Fischer2013-10-271-0/+25
PHPBB3-11980