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.
This commit is contained in:
yuuji.yaginuma 2019-04-05 12:58:38 +09:00
parent a11ca2ff76
commit a7371430c5
1 changed files with 0 additions and 6 deletions

View File

@ -28,9 +28,3 @@ engines:
ratings:
paths:
- "**.rb"
exclude_paths:
- ci/
- guides/
- tasks/
- tools/