From b5684da8d7a58794d9ec6d106fffaf7cab09de9d Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 23 Dec 2020 08:23:00 -0800 Subject: [PATCH] Removed duplicate config item. --- .codeclimate.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 0a0eaa203..7b461a577 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,8 +1,6 @@ --- version: "2" checks: - file-lines: - enabled: false argument-count: config: threshold: 4 @@ -11,7 +9,7 @@ checks: threshold: 4 file-lines: config: - threshold: 250 + threshold: 1500 method-complexity: config: threshold: 250