Commit fb23f434 authored by Steven's avatar Steven

chore: update golangci config

parent eca9649b
...@@ -75,6 +75,10 @@ linters-settings: ...@@ -75,6 +75,10 @@ linters-settings:
disabled: true disabled: true
- name: if-return - name: if-return
disabled: true disabled: true
- name: unchecked-type-assertion
disabled: true
- name: max-control-nesting
disabled: true
gocritic: gocritic:
disabled-checks: disabled-checks:
- ifElseChain - ifElseChain
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment