mirror of
https://github.com/usememos/memos.git
synced 2025-09-30 01:25:35 +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
|
||||
- name: if-return
|
||||
disabled: true
|
||||
- name: unchecked-type-assertion
|
||||
disabled: true
|
||||
- name: max-control-nesting
|
||||
disabled: true
|
||||
gocritic:
|
||||
disabled-checks:
|
||||
- ifElseChain
|
||||
|
|
Loading…
Add table
Reference in a new issue