1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #35867 from y-yagi/do_not_exclude_paths_in_global_level

Do not exclude paths in the global level of Code Climate
This commit is contained in:
Yuji Yaginuma 2019-04-05 13:38:44 +09:00 committed by GitHub
commit 95a1d8721c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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