Commit fb4f3e70 authored by Steven's avatar Steven

fix: resolve golangci-lint issues

parent e1941e78
...@@ -75,6 +75,8 @@ linters: ...@@ -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 ( ...@@ -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"
) )
......
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