Move default meta options from InitialStateSerializer to private method (AbcSize reduction) (#28355)

This commit is contained in:
Matt Jankowski 2023-12-14 09:04:55 -05:00 committed by GitHub
commit e17faedffb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 24 deletions

View file

@ -26,7 +26,7 @@ Lint/NonLocalExitFromIterator:
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 125
Max: 100
# Configuration parameters: CountBlocks, Max.
Metrics/BlockNesting: