mirror of https://github.com/usememos/memos.git
fix: resolve golangci-lint issues
This commit is contained in:
parent
e1941e7843
commit
fb4f3e70dc
|
|
@ -75,6 +75,8 @@ linters:
|
|||
disabled: true
|
||||
- name: package-comments
|
||||
disabled: true
|
||||
- name: use-waitgroup-go
|
||||
disabled: true
|
||||
gocritic:
|
||||
disabled-checks:
|
||||
- ifElseChain
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ import (
|
|||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
v1pb "github.com/usememos/memos/proto/gen/api/v1"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue