1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 12:53:34 +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:
file_extensions: "php"
standard: "PSR1,Squiz"
checks:
Controversial/CamelCaseMethodName:
enabled: false
Controversial/CamelCaseParameterName:
enabled: false
ratings:
paths:
- "SourceQuery/**.php"
+2
View File
@@ -72,5 +72,7 @@
public function InfoProvider()
{
// read from Tests/Info/ folder
return [ [ '', '' ] ];
}
}