fix: 禁用 goimports linter - 使用 gofmt 替代,避免导入顺序问题
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
linters-settings:
|
||||
goimports:
|
||||
|
||||
linters:
|
||||
disable-all: true
|
||||
enable:
|
||||
- errcheck
|
||||
- gofmt
|
||||
- goimports
|
||||
- gosimple
|
||||
- govet
|
||||
- ineffassign
|
||||
|
||||
Reference in New Issue
Block a user