aboutsummaryrefslogtreecommitdiffstats
path: root/build/code_sniffer
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14948] Update codesniffer files to be compatible with phpcs 3.xMarc Alexander2019-05-094-42/+54
* Merge branch '3.1.x' into 3.2.xMáté Bartus2016-04-131-41/+52
|\
| * [ticket/14598] Support vars docblock in snifferTristan Darricau2016-04-121-41/+52
* | [ticket/14377] Handle new $classname() in the snifferTristan Darricau2015-12-231-0/+5
|/
* [ticket/13930] Use OpeningParenthesisSniff in legacy rulesetMarc Alexander2015-06-082-3/+3
* [ticket/13930] Remove not needed return statementsMarc Alexander2015-06-081-2/+0
* [ticket/13930] Check for correct spacing between keyword & parenthesisMarc Alexander2015-06-072-0/+65
* Merge pull request #3560 from Nicofuma/ticket/13790Nils Adermann2015-05-302-73/+72
|\
| * [ticket/13790] Update phpcsTristan Darricau2015-05-192-73/+72
* | Merge pull request #3606 from Nicofuma/ticket/13838Joas Schilling2015-05-162-0/+146
|\ \
| * | [ticket/13838] Fix coding styleNicofuma2015-05-141-1/+1
| * | [ticket/13838] Check braces for control structuresNicofuma2015-05-142-0/+146
* | | [ticket/13830] Fix unsused used statements and catch blocksNicofuma2015-05-141-1/+1
|/ /
* | [ticket/13830] Check class used in catch statementsNicofuma2015-05-101-0/+14
|/
* [ticket/13511] Call the check() method with the phpcsFile objectTristan Darricau2015-01-171-7/+7
* [ticket/13402] Handle arrays and multiples typesTristan Darricau2014-11-301-2/+10
* [ticket/13402] Refactor unused use SniffTristan Darricau2014-11-301-79/+29
* [ticket/13402] Code sniffer, unused use, check the function doc blocksTristan Darricau2014-11-291-0/+62
* [ticket/13381] Allow ' *' in the doc blocks (especially the header files)Tristan Darricau2014-11-271-3/+3
* [ticket/12842] Skip parameters without exlicit typeTristan Darricau2014-07-121-10/+15
* [ticket/12726] Fix coding styleTristan Darricau2014-06-221-2/+4
* [ticket/12726] Update error messageTristan Darricau2014-06-221-1/+1
* [ticket/12726] Fix coding styleTristan Darricau2014-06-221-2/+3
* [ticket/12726] Ensure PHP files do not contain any unused use statementsTristan Darricau2014-06-222-0/+209
* [ticket/12726] PSR2.Namespaces.NamespaceDeclarationTristan Darricau2014-06-221-0/+3
* [ticket/12723] Do not mention too many details on documentation.Andreas Fischer2014-06-221-3/+1
* [ticket/12723] Do not reference the coding guidelines section.Andreas Fischer2014-06-221-3/+2
* [ticket/12757] Add a Code Sniffer ruleset for PHP files of phpBB extensionsAndreas Fischer2014-06-221-0/+8
* [ticket/12723] Properly describe new Code Sniffer rulsets.Andreas Fischer2014-06-222-4/+4
* [ticket/12723] Use core suffix in filename instead of phpbb in the middle.Andreas Fischer2014-06-222-1/+1
* [ticket/12723] Add Sniff ensuring PHP files use the correct file headerTristan Darricau2014-06-227-248/+138
* [ticket/12721] Update rules descriptionsTristan Darricau2014-06-161-8/+10
* [ticket/12721] Add Generic.NamingConventions.ConstructorName in strictTristan Darricau2014-06-161-0/+3
* [ticket/12721] Add Squiz.Functions.LowercaseFunctionKeywords in legacyTristan Darricau2014-06-161-0/+3
* [ticket/12721] Add Squiz.ControlStructures.ForLoopDeclaration in legacyTristan Darricau2014-06-161-0/+3
* [ticket/12721] Add Squiz.ControlStructures.ForEachLoopDeclarationTristan Darricau2014-06-161-0/+3
* [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacyTristan Darricau2014-06-161-0/+3
* [ticket/12721] Add Generic.Functions.OpeningFunctionBraceBsdAllmanTristan Darricau2014-06-161-0/+4
* [ticket/12721] Add Squiz.Arrays.ArrayBracketSpacing in the legacy rulesetTristan Darricau2014-06-161-0/+3
* [ticket/12721] Add Generic.Files.LowercasedFilename in the legacy rulesetTristan Darricau2014-06-161-0/+3
* [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy rulesetTristan Darricau2014-06-161-0/+3
* [ticket/12724] Add Squiz.PHP.Eval in the legacy rulesetTristan Darricau2014-06-161-0/+3
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-273-15/+24
* [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-292-12/+12
* [ticket/12349] Fix Sniffer for @license tagJoas Schilling2014-04-031-1/+1
* [ticket/12180] Add "Each file MUST end with exactly one newline character" ruleAndreas Fischer2014-02-101-0/+3
* [task/code-sniffer] Add PSR1.Files.SideEffects.FoundWithSymbolsAndreas Fischer2013-10-301-0/+3
* [task/code-sniffer] Add PSR1.Classes.ClassDeclaration.MissingNamespaceAndreas Fischer2013-10-301-4/+6
* [task/code-sniffer] Add Generic.WhiteSpace.DisallowSpaceIndentAndreas Fischer2013-10-301-0/+3
* [task/code-sniffer] Add Generic.Functions.CallTimePassByReferenceAndreas Fischer2013-10-301-0/+3