0
0
Fork 0

Regen rubocop-todo without Max shadowing (#24076)

This commit is contained in:
Nick Schonning 2023-03-15 23:31:08 -04:00 committed by GitHub
parent f57bcb028b
commit aa947a143b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2151 additions and 200 deletions

View file

@ -35,7 +35,6 @@ module Mastodon
follow status. By default, only accounts that are not followed by or
following anyone locally are pruned.
DESC
# rubocop:disable Metrics/PerceivedComplexity
def remove
if options[:prune_profiles] && options[:remove_headers]
say('--prune-profiles and --remove-headers should not be specified simultaneously', :red, true)
@ -224,7 +223,6 @@ module Mastodon
say("Removed #{removed} orphans (approx. #{number_to_human_size(reclaimed_bytes)})#{dry_run}", :green, true)
end
# rubocop:enable Metrics/PerceivedComplexity
option :account, type: :string
option :domain, type: :string