Commit fb4f3e70 authored by Steven's avatar Steven

fix: resolve golangci-lint issues

parent e1941e78
......@@ -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"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment