From 14800f1f6c7bdc974730f45ca173b3222b9bfbda Mon Sep 17 00:00:00 2001 From: erwanlr Date: Tue, 18 May 2021 13:35:59 +0200 Subject: [PATCH] Adds comment about CodeClimate config --- .codeclimate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 2a22f2c1..d273cd46 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,5 +1,5 @@ -version: "2" # required to adjust maintainability checks - +version: "2" +# https://docs.codeclimate.com/docs/default-analysis-configuration#sample-codeclimateyml checks: method-complexity: enabled: true