aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-11-08 22:58:06 +0900
committerGitHub <noreply@github.com>2018-11-08 22:58:06 +0900
commitdb0a1257d4aa9b50a613d24eac19d5b19aab717b (patch)
tree334fac03b3c77dcab88a1bd9829d707f0d221b54
parent7f7e7e8b39f56d35993bec4247ac0295cd0c943e (diff)
parent4e9703158f9449ef2084dd4c9b761a212088d6e9 (diff)
downloadrails-db0a1257d4aa9b50a613d24eac19d5b19aab717b.tar.gz
rails-db0a1257d4aa9b50a613d24eac19d5b19aab717b.tar.bz2
rails-db0a1257d4aa9b50a613d24eac19d5b19aab717b.zip
Merge pull request #34406 from yahonda/use_rubocop_0_60_0
Use RuboCop 0.60.0 and remove exclude files for `Style/RedundantFreeze`
-rw-r--r--.codeclimate.yml2
-rw-r--r--.rubocop.yml3
2 files changed, 1 insertions, 4 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index 7fd35d8241..139ee8013b 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -23,7 +23,7 @@ checks:
engines:
rubocop:
enabled: true
- channel: rubocop-0-58
+ channel: rubocop-0-60
ratings:
paths:
diff --git a/.rubocop.yml b/.rubocop.yml
index 615a229432..033f7adf49 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -133,9 +133,6 @@ Style/FrozenStringLiteralComment:
Style/RedundantFreeze:
Enabled: true
- Exclude:
- - 'actionpack/lib/action_dispatch/journey/router/utils.rb'
- - 'activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb'
# Use `foo {}` not `foo{}`.
Layout/SpaceBeforeBlockBraces: