aboutsummaryrefslogtreecommitdiffstats
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-07-27 20:26:39 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-07-27 20:26:39 -0300
commit4f8a594f18004476c7851d8a59dae92fe001266e (patch)
tree92f00b381c3d13291190154bf185bf8ec550f6ce /.codeclimate.yml
parent3778350fed9bccda48d172b9908d4452d356aac5 (diff)
downloadrails-4f8a594f18004476c7851d8a59dae92fe001266e.tar.gz
rails-4f8a594f18004476c7851d8a59dae92fe001266e.tar.bz2
rails-4f8a594f18004476c7851d8a59dae92fe001266e.zip
Generators and tests are under the same style rules
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index 877c67873d..17fcaa4360 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -7,20 +7,6 @@ ratings:
- "**.rb"
exclude_paths:
- - actioncable/lib/rails/generators/
- - actioncable/test/
- - actionmailer/lib/rails/generators/
- - actionmailer/test/
- - actionpack/test/
- - actionview/test/
- - activejob/lib/rails/generators/
- - activejob/test/
- - activemodel/test/
- - activerecord/lib/rails/generators/
- - activerecord/test/
- - activesupport/test/
- - railties/lib/rails/generators/
- - railties/test/
- ci/
- guides/
- tasks/