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:
@@ -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 [ [ '', '' ] ];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user