Fix Lint/Void cop (#25922)

This commit is contained in:
Matt Jankowski
2023-07-20 11:31:34 -04:00
committed by GitHub
parent a5842df123
commit 1cceb62afd
2 changed files with 0 additions and 11 deletions

View File

@@ -127,12 +127,6 @@ Lint/UselessAssignment:
- 'spec/services/resolve_url_service_spec.rb'
- 'spec/views/statuses/show.html.haml_spec.rb'
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: CheckForMethodsWithNoSideEffects.
Lint/Void:
Exclude:
- 'spec/services/resolve_account_service_spec.rb'
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 150