chore: update golangci config

pull/3844/head
Steven 9 months ago
parent eca9649be3
commit fb23f43431

@ -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

Loading…
Cancel
Save