From c61001578dfc752b6f811f08d4e0e8f9cbe2697d Mon Sep 17 00:00:00 2001 From: Sebastiaan Stok Date: Sat, 14 Jan 2017 16:36:05 +0100 Subject: [PATCH] Update .codeclimate.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Better hope it works this timeā€¦ --- .codeclimate.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 83836de..1b45c75 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -3,7 +3,7 @@ engines: duplication: enabled: true checks: - Similar code: + "Similar code": enabled: false config: languages: @@ -15,6 +15,13 @@ engines: enabled: true phpmd: enabled: true + checks: + CleanCode/StaticAccess: + enabled: false + CleanCode/ElseExpression: + enabled: false + Naming/ShortVariable: + enabled: false ratings: paths: - "**.inc" @@ -23,4 +30,5 @@ ratings: - "**.php" exclude_paths: - tests/ + - src/Test - doc/