Autofix Rubocop Style/RedundantArgument (#23798)

This commit is contained in:
Nick Schonning
2023-03-15 21:34:00 -04:00
committed by GitHub
parent 0566c81a0c
commit 25d36b6edd
4 changed files with 5 additions and 14 deletions

View File

@ -2050,15 +2050,6 @@ Style/OptionalBooleanParameter:
- 'app/workers/unfollow_follow_worker.rb'
- 'lib/mastodon/redis_config.rb'
# Offense count: 5
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: Methods.
Style/RedundantArgument:
Exclude:
- 'app/controllers/concerns/signature_verification.rb'
- 'app/helpers/application_helper.rb'
- 'lib/tasks/emojis.rake'
# Offense count: 16
# This cop supports safe autocorrection (--autocorrect).
Style/RedundantRegexpCharacterClass: