diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-20 12:12:58 -0500 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-20 12:12:58 -0500 |
commit | c2a61cc9220aaec0a1aeac7452da2ca80250e92b (patch) | |
tree | ceb34b5ea9b8e35c9c32da9d79f4797a89bcd9db /.codeclimate.yml | |
parent | 1966c188cfb06b39a47082e2f6c6e33a43668ae5 (diff) | |
parent | 32331b19e1da8bdab3c9f6d1666ac2d3108e5042 (diff) | |
download | rails-c2a61cc9220aaec0a1aeac7452da2ca80250e92b.tar.gz rails-c2a61cc9220aaec0a1aeac7452da2ca80250e92b.tar.bz2 rails-c2a61cc9220aaec0a1aeac7452da2ca80250e92b.zip |
Merge branch 'master' into variants
Diffstat (limited to '.codeclimate.yml')
-rw-r--r-- | .codeclimate.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000000..18f3dbb7b5 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,7 @@ +engines: + rubocop: + enabled: true + +ratings: + paths: + - "**.rb" |