From 3d610a78f2787220d4a80036a093c3c48872c9ff Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 2 Apr 2025 22:53:17 +0800 Subject: [PATCH] chore: update golangci config --- .golangci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index 670346d6a..b97938f08 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -92,11 +92,6 @@ linters: - pattern: 'fmt\.Errorf(# Please use errors\.Wrap\|Wrapf\|Errorf instead)?' - pattern: 'ioutil\.ReadDir(# Please use os\.ReadDir)?' -issues: - exclude: - - Rollback - - fmt.Printf - formatters: enable: - goimports