chore: update golangci config

This commit is contained in:
Steven 2024-08-24 20:39:46 +08:00
parent eca9649be3
commit fb23f43431

View file

@ -75,6 +75,10 @@ linters-settings:
disabled: true
- name: if-return
disabled: true
- name: unchecked-type-assertion
disabled: true
- name: max-control-nesting
disabled: true
gocritic:
disabled-checks:
- ifElseChain