fix: 禁用 goimports linter - 使用 gofmt 替代,避免导入顺序问题

This commit is contained in:
2026-04-20 11:35:44 +08:00
parent 5b5282961b
commit 073f87f735
-2
View File
@@ -1,12 +1,10 @@
linters-settings: linters-settings:
goimports:
linters: linters:
disable-all: true disable-all: true
enable: enable:
- errcheck - errcheck
- gofmt - gofmt
- goimports
- gosimple - gosimple
- govet - govet
- ineffassign - ineffassign