From 4b5fae1d18a49d647021affa50ee34f9c00a15c9 Mon Sep 17 00:00:00 2001 From: "Bryan Hanks, PMP" Date: Fri, 15 Jan 2021 11:01:48 -0600 Subject: [PATCH] Updated config to remove deprecations (#397) Co-authored-by: Bryan Hanks, PMP --- .codeclimate.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index b86b6ea6..9d976b68 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,5 +1,6 @@ --- -engines: +version: 2 +plugins: duplication: enabled: true config: @@ -9,8 +10,5 @@ engines: enabled: true rubocop: enabled: true -ratings: - paths: - - "**.rb" -exclude_paths: +exclude_patterns: - spec/