Autofix Rubocop Style/MethodCallWithoutArgsParentheses (#23645)

This commit is contained in:
Nick Schonning
2023-02-17 07:36:14 -05:00
committed by GitHub
parent 4a1bad2fd8
commit 37914c8757
3 changed files with 6 additions and 14 deletions

View File

@ -3432,14 +3432,6 @@ Style/MapToHash:
Exclude:
- 'app/models/status.rb'
# Offense count: 6
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowedMethods, AllowedPatterns.
Style/MethodCallWithoutArgsParentheses:
Exclude:
- 'spec/services/activitypub/process_collection_service_spec.rb'
- 'spec/services/fetch_resource_service_spec.rb'
# Offense count: 17
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle.