From 545468db4fd6561bccf71205b1dceff46607c124 Mon Sep 17 00:00:00 2001 From: Egor Kostan <20955183+ikostan@users.noreply.github.com> Date: Sat, 14 Dec 2024 12:01:37 -0800 Subject: [PATCH] Update .codeclimate.yml --- .codeclimate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index fd2183e58a2..200bc1e9db4 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -12,8 +12,8 @@ checks: # https://docs.codeclimate.com/docs/duplication#section-understand-the-engine similar-code: config: - threshold: 80 #overriding will affect all languages + threshold: 60 #overriding will affect all languages identical-code: config: - threshold: 80 #overriding will affect all languages + threshold: 32 #overriding will affect all languages # ... CONFIG CONTENT ...