File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : php
22
3+ dist : trusty
4+
35php :
46 - 5.5
57 - 5.6
Original file line number Diff line number Diff line change 1414 <rule ref =" Generic.Metrics.CyclomaticComplexity" />
1515 <rule ref =" Generic.Metrics.NestingLevel" />
1616
17- <rule ref =" Generic.NamingConventions.CamelCapsFunctionName" />
18- <rule ref =" PSR1.Files.SideEffects" />
17+ <rule ref =" Generic.NamingConventions.CamelCapsFunctionName" >
18+ <!-- Exclude test methods like "testGivenInvalidInput_methodThrowsException". -->
19+ <exclude-pattern >tests*Test*\.php</exclude-pattern >
20+ </rule >
21+ <rule ref =" PSR1.Files.SideEffects" >
22+ <exclude-pattern >WikibaseDataModel\.php</exclude-pattern >
23+ </rule >
1924 <rule ref =" Squiz.Arrays.ArrayBracketSpacing" />
20- <rule ref =" Squiz.Strings.DoubleQuoteUsage" />
25+ <rule ref =" Squiz.Strings.DoubleQuoteUsage" >
26+ <exclude name =" Squiz.Strings.DoubleQuoteUsage.ContainsVar" />
27+ </rule >
2128
2229 <file >.</file >
2330</ruleset >
You can’t perform that action at this time.
0 commit comments