diff --git a/.codeclimate.yml b/.codeclimate.yml index a5ec711..aaa494f 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -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" diff --git a/Tests/Tests.php b/Tests/Tests.php index ab62cdc..2b9d5df 100644 --- a/Tests/Tests.php +++ b/Tests/Tests.php @@ -72,5 +72,7 @@ public function InfoProvider() { // read from Tests/Info/ folder + + return [ [ '', '' ] ]; } }