1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-06-28 04:43:14 +02:00

Disable camelcase reporting

This commit is contained in:
Pavel Djundik
2015-10-21 16:08:32 +03:00
parent f9dc00ccf1
commit 85a2dd534f
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -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"
+2
View File
@@ -72,5 +72,7 @@
public function InfoProvider() public function InfoProvider()
{ {
// read from Tests/Info/ folder // read from Tests/Info/ folder
return [ [ '', '' ] ];
} }
} }