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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue