Commit 3d610a78 authored by Steven's avatar Steven

chore: update golangci config

parent ec17c4b0
...@@ -92,11 +92,6 @@ linters: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment