aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-08-18 11:00:07 -0400
committerJon Moss <me@jonathanmoss.me>2017-08-18 11:00:07 -0400
commit61a77f7c5582a38734dccca08a159cce6f6e93f4 (patch)
tree733fcf9f7d797ec4f7eda4aac205a095f9a85684 /activestorage
parentc910fd82dcbb89799d21dcb60da5c1b5de48f5fc (diff)
downloadrails-61a77f7c5582a38734dccca08a159cce6f6e93f4.tar.gz
rails-61a77f7c5582a38734dccca08a159cce6f6e93f4.tar.bz2
rails-61a77f7c5582a38734dccca08a159cce6f6e93f4.zip
Remove Active Storage code climate config file
There's already a .codeclimate.yml file at the root of the project.
Diffstat (limited to 'activestorage')
-rw-r--r--activestorage/.codeclimate.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/activestorage/.codeclimate.yml b/activestorage/.codeclimate.yml
deleted file mode 100644
index 18f3dbb7b5..0000000000
--- a/activestorage/.codeclimate.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-engines:
- rubocop:
- enabled: true
-
-ratings:
- paths:
- - "**.rb"