From 3e4c192ceb51f56117446728aa8705da20a7504f Mon Sep 17 00:00:00 2001 From: sunist-c Date: Thu, 12 Sep 2024 16:00:21 +0800 Subject: [PATCH] =?UTF-8?q?chore(linter):=20=E5=BF=BD=E7=95=A5=20embdings?= =?UTF-8?q?=20=E7=9A=84=20linter=20=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .golangci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yaml b/.golangci.yaml index eb4cee5..7db1de0 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -11,3 +11,4 @@ linters: - staticcheck disable: - unused + - typecheck