From 1d10b54882eaa1675524401df3b383a75fb36b17 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Wed, 19 Oct 2022 09:46:10 -0400 Subject: [PATCH] increase tolerance --- .codeclimate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index f38a4ced..feab0477 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -2,13 +2,13 @@ version: "2" checks: file-lines: config: - threshold: 1000 + threshold: 1500 method-complexity: config: - threshold: 15 + threshold: 20 method-lines: config: - threshold: 300 + threshold: 500 exclude_patterns: - "cypress/" - "**/node_modules/"