aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/.codeclimate.yml
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-06-16 22:17:46 -0400
committerJon Moss <me@jonathanmoss.me>2016-06-16 22:17:46 -0400
commit80e819586b0e7940be9e65bd1431f7c505958caa (patch)
tree07c05724a154d3c5c873c31928761b672861f01d /activerecord/.codeclimate.yml
parent267489a103d4b99ca73dfa0d4b34c22c8fc6a803 (diff)
downloadrails-80e819586b0e7940be9e65bd1431f7c505958caa.tar.gz
rails-80e819586b0e7940be9e65bd1431f7c505958caa.tar.bz2
rails-80e819586b0e7940be9e65bd1431f7c505958caa.zip
Move code style configuration files to root directory
I think these are meant to be in the root directory, not in `/activerecord`? :grimacing: r? @sgrif [ci skip]
Diffstat (limited to 'activerecord/.codeclimate.yml')
-rw-r--r--activerecord/.codeclimate.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/activerecord/.codeclimate.yml b/activerecord/.codeclimate.yml
deleted file mode 100644
index 877c67873d..0000000000
--- a/activerecord/.codeclimate.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-engines:
- rubocop:
- enabled: true
-
-ratings:
- paths:
- - "**.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/
- - tools/