Fix linter

This commit is contained in:
Aron Wussler 2021-09-21 11:27:31 +02:00
parent 64c051f0d9
commit dcd95f3e5b
3 changed files with 5 additions and 2 deletions

View file

@ -9,6 +9,8 @@ linters-settings:
cyclop:
# the minimal code complexity to report
max-complexity: 20
gocognit:
min-complexity: 45
issues:
exclude-use-default: false