From 7fd92af134b59592188c291629272d4c70f79552 Mon Sep 17 00:00:00 2001 From: ysicing Date: Thu, 19 Sep 2024 13:53:55 +0800 Subject: [PATCH] * [ci] update lint ci Signed-off-by: ysicing --- .golangci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 9ca99a5..e40734c 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -5,8 +5,6 @@ run: output: formats: - - format: github-actions - path: stderr - format: checkstyle path: report.xml - format: colored-line-number @@ -26,14 +24,11 @@ linters: - asciicheck - dogsled - errorlint - - exportloopref - goconst - gosimple - govet - goheader - - gomnd - ineffassign - - megacheck - misspell - nakedret - nolintlint