From 523b4045bffa5b9f01e6b9c4c10bf493d48feb7e Mon Sep 17 00:00:00 2001 From: Matt-Yorkley Date: Tue, 2 Jan 2018 13:41:19 +0000 Subject: [PATCH] Adjust codeclimate engine for migrations folder --- .codeclimate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 500f9e8292..3403f7d05a 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -4,6 +4,10 @@ engines: channel: rubocop-0-48 scss-lint: enabled: false + duplication: + enabled: true + exclude_patterns: + - "db/**" ratings: paths: - app/**