From 4e9703158f9449ef2084dd4c9b761a212088d6e9 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Sat, 27 Oct 2018 00:26:03 +0000 Subject: Use RuboCop 0.60.0 and remove exclude files for `Style/RedundantFreeze` Since https://github.com/rubocop-hq/rubocop/pull/6333 has been included into RuboCop 0.60.0. --- .codeclimate.yml | 2 +- .rubocop.yml | 3 --- 2 files changed, 1 insertion(+), 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: -- cgit v1.2.3