diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2016-07-27 20:26:39 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2016-07-27 20:26:39 -0300 |
commit | 4f8a594f18004476c7851d8a59dae92fe001266e (patch) | |
tree | 92f00b381c3d13291190154bf185bf8ec550f6ce | |
parent | 3778350fed9bccda48d172b9908d4452d356aac5 (diff) | |
download | rails-4f8a594f18004476c7851d8a59dae92fe001266e.tar.gz rails-4f8a594f18004476c7851d8a59dae92fe001266e.tar.bz2 rails-4f8a594f18004476c7851d8a59dae92fe001266e.zip |
Generators and tests are under the same style rules
-rw-r--r-- | .codeclimate.yml | 14 |
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/ |