From 54a9e2b446c1537d2c1f87b0d646588b586b9e81 Mon Sep 17 00:00:00 2001 From: Egor Kostan <20955183+ikostan@users.noreply.github.com> Date: Sat, 14 Dec 2024 11:45:09 -0800 Subject: [PATCH] Update .codeclimate.yml --- .codeclimate.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 96e137b3d7f..9bfb8f22903 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -13,8 +13,8 @@ engines: enabled: false similar-code: config: - threshold: 25 #overriding will affect all languages -# identical-code: -# config: -# threshold: #overriding will affect all languages + threshold: 5 #overriding will affect all languages + identical-code: + config: + threshold: 5 #overriding will affect all languages # ... CONFIG CONTENT ...