refactor: cleanup main logic to reduce branches

fix: undo linting cheat
This commit is contained in:
Alex Kelly 2021-10-01 14:59:38 -04:00
parent 6c5c368e68
commit 5c4171758c
2 changed files with 20 additions and 12 deletions

View file

@ -557,7 +557,7 @@ max-attributes=7
max-bool-expr=5
# Maximum number of branch for function / method body.
max-branches=15
max-branches=12
# Maximum number of locals for function / method body.
max-locals=15