From 50c6ba4e0ceb2a508cc6981c130fad4889c7eda2 Mon Sep 17 00:00:00 2001 From: Jyri-Petteri Paloposki Date: Tue, 22 Feb 2022 23:47:30 +0200 Subject: [PATCH] Also make the Codeclimate configuration a bit more relaxed --- .codeclimate.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 28469e82..9bdd8e92 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,3 +1,17 @@ +version: "2" +checks: + file-lines: + config: + threshold: 300 + method-complexity: + config: + threshold: 50 + method-count: + config: + threshold: 20 + method-lines: + config: + threshold: 100 engines: brakeman: enabled: true