fix lint issue

This commit is contained in:
Manuel Barkhau 2021-05-13 18:03:41 +00:00 committed by mbarkhau
parent 3fb74f9789
commit 03f8015e71
2 changed files with 6 additions and 2 deletions

View file

@ -131,10 +131,10 @@ jobs = 4
output-format = colorized
# Maximum number of locals for function / method body
max-locals = 20
max-locals = 17
# Maximum number of arguments for function / method
max-args = 12
max-args = 8
# Maximum number of branch for function / method body
max-branches = 14