diff --git a/.codeclimate.yml b/.codeclimate.yml index 1b5ed331774..3c1b7ebd3ea 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -12,7 +12,7 @@ checks: # https://docs.codeclimate.com/docs/duplication#section-understand-the-engine similar-code: config: - threshold: 67 #overriding will affect all languages + threshold: 68 #overriding will affect all languages identical-code: config: threshold: 32 #overriding will affect all languages