Autofix Rubocop Lint/UnusedBlockArgument (#23712)
This commit is contained in:
@ -278,14 +278,6 @@ Lint/OrAssignmentToConstant:
|
||||
Exclude:
|
||||
- 'lib/sanitize_ext/sanitize_config.rb'
|
||||
|
||||
# Offense count: 3
|
||||
# This cop supports safe autocorrection (--autocorrect).
|
||||
# Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
|
||||
Lint/UnusedBlockArgument:
|
||||
Exclude:
|
||||
- 'spec/lib/activitypub/activity/add_spec.rb'
|
||||
- 'spec/lib/request_pool_spec.rb'
|
||||
|
||||
# Offense count: 33
|
||||
Lint/UselessAssignment:
|
||||
Exclude:
|
||||
|
Reference in New Issue
Block a user