Disable camelcase reporting

pull/94/head
Pavel Djundik 9 years ago
parent f9dc00ccf1
commit 85a2dd534f

@ -8,6 +8,11 @@ engines:
config: config:
file_extensions: "php" file_extensions: "php"
standard: "PSR1,Squiz" standard: "PSR1,Squiz"
checks:
Controversial/CamelCaseMethodName:
enabled: false
Controversial/CamelCaseParameterName:
enabled: false
ratings: ratings:
paths: paths:
- "SourceQuery/**.php" - "SourceQuery/**.php"

@ -72,5 +72,7 @@
public function InfoProvider() public function InfoProvider()
{ {
// read from Tests/Info/ folder // read from Tests/Info/ folder
return [ [ '', '' ] ];
} }
} }

Loading…
Cancel
Save