2
0

Reduce AbcSize complexity in InitialStateSerializer (#27782)

This commit is contained in:
Matt Jankowski
2023-11-30 10:41:26 -05:00
committed by GitHub
parent 1f1c75bba5
commit 35deaaf90b
2 changed files with 29 additions and 21 deletions

View File

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