From 1124d76475706103bcca8b253ffd64028164446a Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Fri, 10 Mar 2017 08:30:01 -0800 Subject: [PATCH] re-enable codeclimate duplication --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 3e9ab5f8..a187069d 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -5,7 +5,7 @@ engines: bundler-audit: enabled: true duplication: - enabled: false + enabled: true config: languages: count_threshold: 3 # rule of three