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:
@@ -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"
|
||||
|
||||
@@ -72,5 +72,7 @@
|
||||
public function InfoProvider()
|
||||
{
|
||||
// read from Tests/Info/ folder
|
||||
|
||||
return [ [ '', '' ] ];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user