Update golangci config

This commit is contained in:
Daniel 2023-09-26 13:06:16 +02:00
parent 9c7f6954e6
commit 863e870b23

View file

@ -7,6 +7,7 @@ linters:
- containedctx - containedctx
- contextcheck - contextcheck
- cyclop - cyclop
- depguard
- exhaustivestruct - exhaustivestruct
- exhaustruct - exhaustruct
- forbidigo - forbidigo
@ -22,6 +23,7 @@ linters:
- interfacer - interfacer
- ireturn - ireturn
- lll - lll
- musttag
- nestif - nestif
- nilnil - nilnil
- nlreturn - nlreturn