From 9df389060e008c7c7423f868ebf0af5a1e6fbe77 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Mon, 6 Mar 2017 09:29:36 -0800 Subject: [PATCH] temporarily disable code climate duplication engine --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index a187069d..3e9ab5f8 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -5,7 +5,7 @@ engines: bundler-audit: enabled: true duplication: - enabled: true + enabled: false config: languages: count_threshold: 3 # rule of three