diff --git a/.rubocop.yml b/.rubocop.yml index 542e90b5e33..6e1d4117332 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -193,6 +193,11 @@ Style/HashSyntax: EnforcedStyle: ruby19_no_mixed_keys EnforcedShorthandSyntax: either +# Reason: Prevailing style choice +# https://docs.rubocop.org/rubocop/cops_style.html#stylehashtransformvalues +Style/HashTransformValues: + Enabled: false + # Reason: # https://docs.rubocop.org/rubocop/cops_style.html#stylenumericliterals Style/NumericLiterals: diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 25b573017b8..5b93ed91774 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -120,12 +120,6 @@ Style/GuardClause: - 'lib/mastodon/cli/media.rb' - 'lib/tasks/repo.rake' -# This cop supports unsafe autocorrection (--autocorrect-all). -Style/HashTransformValues: - Exclude: - - 'app/serializers/rest/web_push_subscription_serializer.rb' - - 'app/services/import_service.rb' - # This cop supports safe autocorrection (--autocorrect). Style/IfUnlessModifier: Exclude: