Fix Style/OptionalBooleanParameter cop (#34968)

This commit is contained in:
Matt Jankowski 2025-06-10 04:17:35 -04:00 committed by GitHub
parent a2a6117143
commit dc2cfd50a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 17 additions and 29 deletions

View file

@ -38,15 +38,3 @@ Style/FetchEnvVar:
# Configuration parameters: MinBodyLength, AllowConsecutiveConditionals.
Style/GuardClause:
Enabled: false
# Configuration parameters: AllowedMethods.
# AllowedMethods: respond_to_missing?
Style/OptionalBooleanParameter:
Exclude:
- 'app/lib/admin/system_check/message.rb'
- 'app/lib/request.rb'
- 'app/lib/webfinger.rb'
- 'app/services/block_domain_service.rb'
- 'app/services/fetch_resource_service.rb'
- 'app/workers/domain_block_worker.rb'
- 'app/workers/unfollow_follow_worker.rb'