diff --git a/.codeclimate.yml b/.codeclimate.yml index 9bfb8f22903..8f8fceba43d 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -13,8 +13,8 @@ engines: enabled: false similar-code: config: - threshold: 5 #overriding will affect all languages + threshold: 30 #overriding will affect all languages identical-code: config: - threshold: 5 #overriding will affect all languages + threshold: 30 #overriding will affect all languages # ... CONFIG CONTENT ...