mirror of https://github.com/usememos/memos.git
chore: update golangci config
This commit is contained in:
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…
Reference in New Issue