2
0

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
parent 1c3b5f4a78
commit e17faedffb
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: