From 3fe3303b58d03e64f1ace4b23b19a4011a87aaa9 Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Thu, 27 Feb 2020 09:38:59 +0800 Subject: [PATCH] build: revert config --- .codeclimate.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index afa94035..8cfcc102 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -3,14 +3,14 @@ exclude_patterns: - "**/src/main/java/chapi/ast/antlr/" - "**/resources/**" - "tests/" - -checks: - identical-code: - config: - threshold: 25 - similar-code: - config: - threshold: 50 +# +#checks: +# identical-code: +# config: +# threshold: 25 +# similar-code: +# config: +# threshold: 50 plugins: duplication: