chore: auto-bootstrap golangci-lint for Go 1.26 compatibility

This commit is contained in:
CJACK.
2026-04-06 12:52:56 +08:00
parent da75ed6966
commit a671d82759
5 changed files with 59 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ docker-compose -f docker-compose.dev.yml up
| 语言 | 规范 |
| --- | --- |
| **Go** | 提交前运行 `gofmt`确保 `go test ./...` 通过 |
| **Go** | 提交前运行 `./scripts/lint.sh`(包含 gofmt+golangci-lint确保 `go test ./...` 通过 |
| **JavaScript/React** | 保持现有代码风格(函数组件) |
| **提交信息** | 使用语义化前缀:`feat:``fix:``docs:``refactor:``style:``perf:``chore:` |