refactor: cleanup main logic to reduce branches
fix: undo linting cheat
This commit is contained in:
parent
6c5c368e68
commit
5c4171758c
2 changed files with 20 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue