From 645310cff622d41d9b85a2ba79aae8776dbc4e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=2E=20K=C3=A4rkk=C3=A4inen?= <98187+Tronic@users.noreply.github.com> Date: Sun, 24 Oct 2021 20:30:35 +0100 Subject: [PATCH] Change codeclimate complexity threshold from 5 to 10. (#2286) Co-authored-by: L. Karkkainen Co-authored-by: Stephen Sadowski --- .codeclimate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 08c10e26..4f75715c 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -21,4 +21,5 @@ checks: config: threshold: 40 complex-logic: - enabled: false + config: + threshold: 10