diff options
author | Jon Moss <me@jonathanmoss.me> | 2017-08-18 11:00:07 -0400 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2017-08-18 11:00:07 -0400 |
commit | 61a77f7c5582a38734dccca08a159cce6f6e93f4 (patch) | |
tree | 733fcf9f7d797ec4f7eda4aac205a095f9a85684 | |
parent | c910fd82dcbb89799d21dcb60da5c1b5de48f5fc (diff) | |
download | rails-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.
-rw-r--r-- | activestorage/.codeclimate.yml | 7 |
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" |