mirror of
https://github.com/usememos/memos.git
synced 2025-10-06 04:24:48 +08:00
chore: update golangci config
This commit is contained in:
parent
eca9649be3
commit
fb23f43431
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue