From 0c813cbf866aacfab62a543177082f57d8f659d1 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sat, 13 Apr 2019 12:08:16 +0900 Subject: Migrate Code Climate config file to new configuration I don't know whether have to move to a new configuration, but I think there is no need to keep using the old configuration. Ref: https://docs.codeclimate.com/docs/advanced-configuration#section-analysis-configuration-versions --- .codeclimate.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to '.codeclimate.yml') diff --git a/.codeclimate.yml b/.codeclimate.yml index ab4fcd123d..50e0f7a657 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,3 +1,5 @@ +version: "2" + checks: argument-count: enabled: false @@ -20,13 +22,9 @@ checks: identical-code: enabled: false -engines: +plugins: rubocop: enabled: true channel: rubocop-0-66 -ratings: - paths: - - "**.rb" - -exclude_paths: [] +exclude_patterns: [] -- cgit v1.2.3