diff options
author | Yuji Yaginuma <yuuji.yaginuma@gmail.com> | 2019-04-05 13:38:44 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-05 13:38:44 +0900 |
commit | 95a1d8721c84d13951f0a531e0dda6233d3180d4 (patch) | |
tree | 1f65cc853ee0423ff4767777ef88a5f97b8bb37d | |
parent | a11ca2ff76d3e1b845282e784c3970b2ebaffd89 (diff) | |
parent | a7371430c5a4dea0048d913d6144c01557d60097 (diff) | |
download | rails-95a1d8721c84d13951f0a531e0dda6233d3180d4.tar.gz rails-95a1d8721c84d13951f0a531e0dda6233d3180d4.tar.bz2 rails-95a1d8721c84d13951f0a531e0dda6233d3180d4.zip |
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
-rw-r--r-- | .codeclimate.yml | 6 |
1 files changed, 0 insertions, 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/ |