From e0147378541f7709d8af18c119d4a3c7d4aaf406 Mon Sep 17 00:00:00 2001 From: Lacey Sanderson Date: Fri, 29 Mar 2024 23:16:01 -0600 Subject: [PATCH] Remove comments. --- .codeclimate.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index a0ba5d1..67516f6 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,4 +1,4 @@ -version: "2" # required to adjust maintainability checks +version: "2" checks: argument-count: @@ -36,19 +36,11 @@ checks: similar-code: enabled: false config: - threshold: #language-specific defaults. overrides affect all languages. + threshold: identical-code: enabled: false config: - threshold: #language-specific defaults. overrides affect all languages. - -# plugins: -# eslint: -# enabled: true -# channel: "eslint-6" -# rubocop: -# enabled: true -# channel: "rubocop-0-79" + threshold: exclude_patterns: - "**/config/"