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/**