diff options
| author | Rafael França <rafaelmfranca@gmail.com> | 2018-02-22 19:37:20 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-22 19:37:20 -0500 | 
| commit | cf629f6d2901615062a39723f442e604937bed24 (patch) | |
| tree | 6055a89e44ca6cd2de2af04fce5685ac2599b99d | |
| parent | 226211acfccec873409a75b1d979a3687477756a (diff) | |
| parent | d0537238ae0e691330da1890c744be6c07c7ef69 (diff) | |
| download | rails-cf629f6d2901615062a39723f442e604937bed24.tar.gz rails-cf629f6d2901615062a39723f442e604937bed24.tar.bz2 rails-cf629f6d2901615062a39723f442e604937bed24.zip | |
Merge pull request #32092 from yahonda/use_rubocop_0_52_at_codeclimate
Use `rubocop-0-52` channel
| -rw-r--r-- | .codeclimate.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.codeclimate.yml b/.codeclimate.yml index d59a0780d1..e4568d9d8b 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -23,7 +23,7 @@ checks:  engines:    rubocop:      enabled: true -    channel: rubocop-0-51 +    channel: rubocop-0-52  ratings:    paths: | 
