fix: resolve golangci-lint issues

pull/5441/head
Steven 5 months ago
parent e1941e7843
commit fb4f3e70dc

@ -75,6 +75,8 @@ linters:
disabled: true disabled: true
- name: package-comments - name: package-comments
disabled: true disabled: true
- name: use-waitgroup-go
disabled: true
gocritic: gocritic:
disabled-checks: disabled-checks:
- ifElseChain - ifElseChain

@ -5,6 +5,7 @@ import (
"testing" "testing"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
v1pb "github.com/usememos/memos/proto/gen/api/v1" v1pb "github.com/usememos/memos/proto/gen/api/v1"
) )

Loading…
Cancel
Save