Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/13930] Use OpeningParenthesisSniff in legacy ruleset | Marc Alexander | 2015-06-08 | 2 | -3/+3 |
| | | | | PHPBB3-13930 | ||||
* | [ticket/13930] Remove not needed return statements | Marc Alexander | 2015-06-08 | 1 | -2/+0 |
| | | | | PHPBB3-13930 | ||||
* | [ticket/13930] Check for correct spacing between keyword & parenthesis | Marc Alexander | 2015-06-07 | 2 | -0/+65 |
| | | | | | | | The codesniffer should check for a correct spacing between keywords like if or foreach and its opening parenthesis. PHPBB3-13930 | ||||
* | Merge pull request #3560 from Nicofuma/ticket/13790 | Nils Adermann | 2015-05-30 | 2 | -73/+72 |
|\ | | | | | [ticket/13790] Update phpcs | ||||
| * | [ticket/13790] Update phpcs | Tristan Darricau | 2015-05-19 | 2 | -73/+72 |
| | | | | | | | | PHPBB3-13790 | ||||
* | | Merge pull request #3606 from Nicofuma/ticket/13838 | Joas Schilling | 2015-05-16 | 2 | -0/+146 |
|\ \ | | | | | | | | | | [ticket/13838] Check braces for control structures | ||||
| * | | [ticket/13838] Fix coding style | Nicofuma | 2015-05-14 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13838 | ||||
| * | | [ticket/13838] Check braces for control structures | Nicofuma | 2015-05-14 | 2 | -0/+146 |
| | | | | | | | | | | | | PHPBB3-13838 | ||||
* | | | [ticket/13830] Fix unsused used statements and catch blocks | Nicofuma | 2015-05-14 | 1 | -1/+1 |
|/ / | | | | | | | PHPBB3-13830 | ||||
* | | [ticket/13830] Check class used in catch statements | Nicofuma | 2015-05-10 | 1 | -0/+14 |
|/ | | | | PHPBB3-13830 | ||||
* | [ticket/13511] Call the check() method with the phpcsFile object | Tristan Darricau | 2015-01-17 | 1 | -7/+7 |
| | | | | PHPBB3-13511 | ||||
* | [ticket/13402] Handle arrays and multiples types | Tristan Darricau | 2014-11-30 | 1 | -2/+10 |
| | | | | PHPBB3-13402 | ||||
* | [ticket/13402] Refactor unused use Sniff | Tristan Darricau | 2014-11-30 | 1 | -79/+29 |
| | | | | PHPBB3-13402 | ||||
* | [ticket/13402] Code sniffer, unused use, check the function doc blocks | Tristan Darricau | 2014-11-29 | 1 | -0/+62 |
| | | | | PHPBB3-13402 | ||||
* | [ticket/13381] Allow ' *' in the doc blocks (especially the header files) | Tristan Darricau | 2014-11-27 | 1 | -3/+3 |
| | | | | PHPBB3-13381 | ||||
* | [ticket/12842] Skip parameters without exlicit type | Tristan Darricau | 2014-07-12 | 1 | -10/+15 |
| | | | | PHPBB3-12842 | ||||
* | [ticket/12726] Fix coding style | Tristan Darricau | 2014-06-22 | 1 | -2/+4 |
| | | | | PHPBB3-12726 | ||||
* | [ticket/12726] Update error message | Tristan Darricau | 2014-06-22 | 1 | -1/+1 |
| | | | | PHPBB3-12726 | ||||
* | [ticket/12726] Fix coding style | Tristan Darricau | 2014-06-22 | 1 | -2/+3 |
| | | | | PHPBB3-12726 | ||||
* | [ticket/12726] Ensure PHP files do not contain any unused use statements | Tristan Darricau | 2014-06-22 | 2 | -0/+209 |
| | | | | PHPBB3-12726 | ||||
* | [ticket/12726] PSR2.Namespaces.NamespaceDeclaration | Tristan Darricau | 2014-06-22 | 1 | -0/+3 |
| | | | | PHPBB3-12726 | ||||
* | [ticket/12723] Do not mention too many details on documentation. | Andreas Fischer | 2014-06-22 | 1 | -3/+1 |
| | | | | PHPBB3-12723 | ||||
* | [ticket/12723] Do not reference the coding guidelines section. | Andreas Fischer | 2014-06-22 | 1 | -3/+2 |
| | | | | PHPBB3-12723 | ||||
* | [ticket/12757] Add a Code Sniffer ruleset for PHP files of phpBB extensions | Andreas Fischer | 2014-06-22 | 1 | -0/+8 |
| | | | | PHPBB3-12757 | ||||
* | [ticket/12723] Properly describe new Code Sniffer rulsets. | Andreas Fischer | 2014-06-22 | 2 | -4/+4 |
| | | | | PHPBB3-12723 | ||||
* | [ticket/12723] Use core suffix in filename instead of phpbb in the middle. | Andreas Fischer | 2014-06-22 | 2 | -1/+1 |
| | | | | PHPBB3-12723 | ||||
* | [ticket/12723] Add Sniff ensuring PHP files use the correct file header | Tristan Darricau | 2014-06-22 | 7 | -248/+138 |
| | | | | PHPBB3-12723 | ||||
* | [ticket/12721] Update rules descriptions | Tristan Darricau | 2014-06-16 | 1 | -8/+10 |
| | | | | PHPBB3-12721 | ||||
* | [ticket/12721] Add Generic.NamingConventions.ConstructorName in strict | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | PHPBB3-12721 | ||||
* | [ticket/12721] Add Squiz.Functions.LowercaseFunctionKeywords in legacy | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | PHPBB3-12721 | ||||
* | [ticket/12721] Add Squiz.ControlStructures.ForLoopDeclaration in legacy | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | PHPBB3-12721 | ||||
* | [ticket/12721] Add Squiz.ControlStructures.ForEachLoopDeclaration | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | PHPBB3-12721 | ||||
* | [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacy | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | PHPBB3-12721 | ||||
* | [ticket/12721] Add Generic.Functions.OpeningFunctionBraceBsdAllman | Tristan Darricau | 2014-06-16 | 1 | -0/+4 |
| | | | | PHPBB3-12721 | ||||
* | [ticket/12721] Add Squiz.Arrays.ArrayBracketSpacing in the legacy ruleset | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | PHPBB3-12721 | ||||
* | [ticket/12721] Add Generic.Files.LowercasedFilename in the legacy ruleset | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | PHPBB3-12721 | ||||
* | [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy ruleset | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | PHPBB3-12722 | ||||
* | [ticket/12724] Add Squiz.PHP.Eval in the legacy ruleset | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | PHPBB3-12724 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 3 | -15/+24 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code. | Andreas Fischer | 2014-04-29 | 2 | -12/+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/12349] Fix Sniffer for @license tag | Joas Schilling | 2014-04-03 | 1 | -1/+1 |
| | | | | PHPBB3-12349 | ||||
* | [ticket/12180] Add "Each file MUST end with exactly one newline character" rule | Andreas Fischer | 2014-02-10 | 1 | -0/+3 |
| | | | | PHPBB3-12180 | ||||
* | [task/code-sniffer] Add PSR1.Files.SideEffects.FoundWithSymbols | Andreas Fischer | 2013-10-30 | 1 | -0/+3 |
| | | | | PHPBB3-11980 | ||||
* | [task/code-sniffer] Add PSR1.Classes.ClassDeclaration.MissingNamespace | Andreas Fischer | 2013-10-30 | 1 | -4/+6 |
| | | | | PHPBB3-11980 | ||||
* | [task/code-sniffer] Add Generic.WhiteSpace.DisallowSpaceIndent | Andreas Fischer | 2013-10-30 | 1 | -0/+3 |
| | | | | PHPBB3-11980 | ||||
* | [task/code-sniffer] Add Generic.Functions.CallTimePassByReference | Andreas Fischer | 2013-10-30 | 1 | -0/+3 |
| | | | | PHPBB3-11980 | ||||
* | [task/code-sniffer] Add Generic.Formatting.DisallowMultipleStatements | Andreas Fischer | 2013-10-30 | 1 | -0/+3 |
| | | | | PHPBB3-11980 | ||||
* | [task/code-sniffer] Add OneClassPerFile and OneInterfacePerFile. | Andreas Fischer | 2013-10-30 | 1 | -0/+4 |
| | | | | PHPBB3-11980 | ||||
* | [task/code-sniffer] Add Generic.CodeAnalysis.UselessOverridingMethod | Andreas Fischer | 2013-10-30 | 1 | -0/+3 |
| | | | | PHPBB3-11980 | ||||
* | [task/code-sniffer] Add Generic.CodeAnalysis.ForLoopShouldBeWhileLoop | Andreas Fischer | 2013-10-29 | 1 | -0/+3 |
| | | | | PHPBB3-11980 |