chore: update golangci config

This commit is contained in:
Steven 2025-04-02 22:53:17 +08:00
parent ec17c4b015
commit 3d610a78f2
1 changed files with 0 additions and 5 deletions

View File

@ -92,11 +92,6 @@ linters:
- pattern: 'fmt\.Errorf(# Please use errors\.Wrap\|Wrapf\|Errorf instead)?' - pattern: 'fmt\.Errorf(# Please use errors\.Wrap\|Wrapf\|Errorf instead)?'
- pattern: 'ioutil\.ReadDir(# Please use os\.ReadDir)?' - pattern: 'ioutil\.ReadDir(# Please use os\.ReadDir)?'
issues:
exclude:
- Rollback
- fmt.Printf
formatters: formatters:
enable: enable:
- goimports - goimports