From a2a16133847355fc8408abcb147821d7a67804cc Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 18 Apr 2026 17:44:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0golangci-lint=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8Cskip-files=E6=94=B9=E4=B8=BAissues.exclude-fi?= =?UTF-8?q?les?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .golangci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 23f883fca..a9fda2b4b 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -15,6 +15,6 @@ linters: - typecheck - unused -run: - skip-files: +issues: + exclude-files: - test_ssh.go