From a7371430c5a4dea0048d913d6144c01557d60097 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Fri, 5 Apr 2019 12:58:38 +0900 Subject: Do not exclude paths in the global level of Code Climate We use only RuboCop in Code Climate and exclude paths are specified in RuboCop's setting. The global level excludes paths should not be specified to match the behavior of local and CodeClimate. --- .codeclimate.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 3c6e743df6..b8bebe4d42 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -28,9 +28,3 @@ engines: ratings: paths: - "**.rb" - -exclude_paths: - - ci/ - - guides/ - - tasks/ - - tools/ -- cgit v1.2.3