index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
build
/
code_sniffer
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/14948] Update codesniffer files to be compatible with phpcs 3.x
Marc Alexander
2019-05-09
4
-42
/
+54
*
Merge branch '3.1.x' into 3.2.x
Máté Bartus
2016-04-13
1
-41
/
+52
|
\
|
*
[ticket/14598] Support vars docblock in sniffer
Tristan Darricau
2016-04-12
1
-41
/
+52
*
|
[ticket/14377] Handle new $classname() in the sniffer
Tristan Darricau
2015-12-23
1
-0
/
+5
|
/
*
[ticket/13930] Use OpeningParenthesisSniff in legacy ruleset
Marc Alexander
2015-06-08
2
-3
/
+3
*
[ticket/13930] Remove not needed return statements
Marc Alexander
2015-06-08
1
-2
/
+0
*
[ticket/13930] Check for correct spacing between keyword & parenthesis
Marc Alexander
2015-06-07
2
-0
/
+65
*
Merge pull request #3560 from Nicofuma/ticket/13790
Nils Adermann
2015-05-30
2
-73
/
+72
|
\
|
*
[ticket/13790] Update phpcs
Tristan Darricau
2015-05-19
2
-73
/
+72
*
|
Merge pull request #3606 from Nicofuma/ticket/13838
Joas Schilling
2015-05-16
2
-0
/
+146
|
\
\
|
*
|
[ticket/13838] Fix coding style
Nicofuma
2015-05-14
1
-1
/
+1
|
*
|
[ticket/13838] Check braces for control structures
Nicofuma
2015-05-14
2
-0
/
+146
*
|
|
[ticket/13830] Fix unsused used statements and catch blocks
Nicofuma
2015-05-14
1
-1
/
+1
|
/
/
*
|
[ticket/13830] Check class used in catch statements
Nicofuma
2015-05-10
1
-0
/
+14
|
/
*
[ticket/13511] Call the check() method with the phpcsFile object
Tristan Darricau
2015-01-17
1
-7
/
+7
*
[ticket/13402] Handle arrays and multiples types
Tristan Darricau
2014-11-30
1
-2
/
+10
*
[ticket/13402] Refactor unused use Sniff
Tristan Darricau
2014-11-30
1
-79
/
+29
*
[ticket/13402] Code sniffer, unused use, check the function doc blocks
Tristan Darricau
2014-11-29
1
-0
/
+62
*
[ticket/13381] Allow ' *' in the doc blocks (especially the header files)
Tristan Darricau
2014-11-27
1
-3
/
+3
*
[ticket/12842] Skip parameters without exlicit type
Tristan Darricau
2014-07-12
1
-10
/
+15
*
[ticket/12726] Fix coding style
Tristan Darricau
2014-06-22
1
-2
/
+4
*
[ticket/12726] Update error message
Tristan Darricau
2014-06-22
1
-1
/
+1
*
[ticket/12726] Fix coding style
Tristan Darricau
2014-06-22
1
-2
/
+3
*
[ticket/12726] Ensure PHP files do not contain any unused use statements
Tristan Darricau
2014-06-22
2
-0
/
+209
*
[ticket/12726] PSR2.Namespaces.NamespaceDeclaration
Tristan Darricau
2014-06-22
1
-0
/
+3
*
[ticket/12723] Do not mention too many details on documentation.
Andreas Fischer
2014-06-22
1
-3
/
+1
*
[ticket/12723] Do not reference the coding guidelines section.
Andreas Fischer
2014-06-22
1
-3
/
+2
*
[ticket/12757] Add a Code Sniffer ruleset for PHP files of phpBB extensions
Andreas Fischer
2014-06-22
1
-0
/
+8
*
[ticket/12723] Properly describe new Code Sniffer rulsets.
Andreas Fischer
2014-06-22
2
-4
/
+4
*
[ticket/12723] Use core suffix in filename instead of phpbb in the middle.
Andreas Fischer
2014-06-22
2
-1
/
+1
*
[ticket/12723] Add Sniff ensuring PHP files use the correct file header
Tristan Darricau
2014-06-22
7
-248
/
+138
*
[ticket/12721] Update rules descriptions
Tristan Darricau
2014-06-16
1
-8
/
+10
*
[ticket/12721] Add Generic.NamingConventions.ConstructorName in strict
Tristan Darricau
2014-06-16
1
-0
/
+3
*
[ticket/12721] Add Squiz.Functions.LowercaseFunctionKeywords in legacy
Tristan Darricau
2014-06-16
1
-0
/
+3
*
[ticket/12721] Add Squiz.ControlStructures.ForLoopDeclaration in legacy
Tristan Darricau
2014-06-16
1
-0
/
+3
*
[ticket/12721] Add Squiz.ControlStructures.ForEachLoopDeclaration
Tristan Darricau
2014-06-16
1
-0
/
+3
*
[ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacy
Tristan Darricau
2014-06-16
1
-0
/
+3
*
[ticket/12721] Add Generic.Functions.OpeningFunctionBraceBsdAllman
Tristan Darricau
2014-06-16
1
-0
/
+4
*
[ticket/12721] Add Squiz.Arrays.ArrayBracketSpacing in the legacy ruleset
Tristan Darricau
2014-06-16
1
-0
/
+3
*
[ticket/12721] Add Generic.Files.LowercasedFilename in the legacy ruleset
Tristan Darricau
2014-06-16
1
-0
/
+3
*
[ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy ruleset
Tristan Darricau
2014-06-16
1
-0
/
+3
*
[ticket/12724] Add Squiz.PHP.Eval in the legacy ruleset
Tristan Darricau
2014-06-16
1
-0
/
+3
*
[ticket/12594] Remove @package tags and update file headers
Yuriy Rusko
2014-05-27
3
-15
/
+24
*
[ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.
Andreas Fischer
2014-04-29
2
-12
/
+12
*
[ticket/12349] Fix Sniffer for @license tag
Joas Schilling
2014-04-03
1
-1
/
+1
*
[ticket/12180] Add "Each file MUST end with exactly one newline character" rule
Andreas Fischer
2014-02-10
1
-0
/
+3
*
[task/code-sniffer] Add PSR1.Files.SideEffects.FoundWithSymbols
Andreas Fischer
2013-10-30
1
-0
/
+3
*
[task/code-sniffer] Add PSR1.Classes.ClassDeclaration.MissingNamespace
Andreas Fischer
2013-10-30
1
-4
/
+6
*
[task/code-sniffer] Add Generic.WhiteSpace.DisallowSpaceIndent
Andreas Fischer
2013-10-30
1
-0
/
+3
*
[task/code-sniffer] Add Generic.Functions.CallTimePassByReference
Andreas Fischer
2013-10-30
1
-0
/
+3
[next]