Autofix Rubocop Lint/AmbiguousOperatorPrecedence (#25002)

This commit is contained in:
Nick Schonning
2023-05-16 04:51:59 -04:00
committed by GitHub
parent 520462799f
commit cee4369cf5
2 changed files with 1 additions and 6 deletions

View File

@ -94,11 +94,6 @@ Lint/AmbiguousBlockAssociation:
- 'spec/services/unsuspend_account_service_spec.rb'
- 'spec/workers/scheduler/accounts_statuses_cleanup_scheduler_spec.rb'
# This cop supports safe autocorrection (--autocorrect).
Lint/AmbiguousOperatorPrecedence:
Exclude:
- 'config/initializers/rack_attack.rb'
# Configuration parameters: AllowComments, AllowEmptyLambdas.
Lint/EmptyBlock:
Exclude: