From 78231becd934157f6c9105b2143ad8c67288a16c Mon Sep 17 00:00:00 2001 From: erwanlr Date: Tue, 18 May 2021 13:31:58 +0200 Subject: [PATCH] Adds CodeClimate config --- .codeclimate.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000..2a22f2c1 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,7 @@ +version: "2" # required to adjust maintainability checks + +checks: + method-complexity: + enabled: true + config: + threshold: 15