From 66411da2cf146219620cc327ab4b27d9a3b6fc19 Mon Sep 17 00:00:00 2001 From: Egor Kostan <20955183+ikostan@users.noreply.github.com> Date: Sun, 15 Dec 2024 11:39:49 -0800 Subject: [PATCH] Update .codeclimate.yml --- .codeclimate.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 971b4cefe57..1fdbfbc7002 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -12,7 +12,9 @@ checks: # https://docs.codeclimate.com/docs/duplication#section-understand-the-engine similar-code: config: - threshold: 68 # overrides default + # overrides default + threshold: 68 identical-code: config: - threshold: 32 # overrides default + # overrides default + threshold: 32