2
0

Fix Lint/NonLocalExitFromIterator cop in JSON-LD helper (#34948)

This commit is contained in:
Matt Jankowski
2025-07-28 11:35:37 -04:00
committed by GitHub
parent f1b9868980
commit c587c44975
3 changed files with 9 additions and 5 deletions

View File

@@ -6,10 +6,6 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
Lint/NonLocalExitFromIterator:
Exclude:
- 'app/helpers/json_ld_helper.rb'
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 82