diff options
author | Yuji Yaginuma <yuuji.yaginuma@gmail.com> | 2019-04-13 12:56:09 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-13 12:56:09 +0900 |
commit | 8a5bd78ebf3a6beedd16b53580cf6048397dc2a1 (patch) | |
tree | 21f8d63e2c14a4e20027a4d941f9fbff02acbbaa | |
parent | cc6bff3daa4da4d2c6935761d0ab059201f772e2 (diff) | |
parent | 3b9a857e4d8f249c2c8b09547efba123545243cf (diff) | |
download | rails-8a5bd78ebf3a6beedd16b53580cf6048397dc2a1.tar.gz rails-8a5bd78ebf3a6beedd16b53580cf6048397dc2a1.tar.bz2 rails-8a5bd78ebf3a6beedd16b53580cf6048397dc2a1.zip |
Merge pull request #35963 from y-yagi/fix_code_climate_exclude_patterns
Fix Code Climate exclude patterns config
-rw-r--r-- | .codeclimate.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml index b8bebe4d42..ab4fcd123d 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -28,3 +28,5 @@ engines: ratings: paths: - "**.rb" + +exclude_paths: [] |