chore: update golangci config

This commit is contained in:
Steven
2025-04-02 22:53:17 +08:00
parent ec17c4b015
commit 3d610a78f2

View File

@@ -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