From 8fc733ffd16f70737bdc7a0a60abe537abcf7810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Tue, 23 Dec 2025 17:36:37 +0800 Subject: [PATCH] chore: make lint happy --- .golangci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index bfd2e838..c52805af 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -57,6 +57,8 @@ run: issues-exit-code: 1 tests: false go: '1.24' + skip-dirs: + - data # output configuration options output: