diff --git a/.codeclimate.yml b/.codeclimate.yml index 63a0f39d..bf870692 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -19,9 +19,9 @@ engines: Naming/LongVariable: enabled: false phpcodesniffer: - enabled: false + enabled: true config: standard: "PSR1,PSR2" checks: - PSR1 Methods CamelCapsMethodName NotCamelCaps CognitiveComplexity: + PSR1 Methods CamelCapsMethodName NotCamelCaps: enabled: false