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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: