init: 初始化 AssetX 项目仓库
包含 webapp(Next.js 用户端)、webapp-back(Go 后端)、 antdesign(管理后台)、landingpage(营销落地页)、 数据库 SQL 和配置文件。
This commit is contained in:
19
webapp-back/.golangci.yml
Normal file
19
webapp-back/.golangci.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
linters:
|
||||
disable-all: true
|
||||
enable:
|
||||
- staticcheck
|
||||
- unused
|
||||
- misspell
|
||||
|
||||
linters-settings:
|
||||
misspell:
|
||||
locale: US
|
||||
|
||||
issues:
|
||||
exclude-use-default: true
|
||||
max-issues-per-linter: 50
|
||||
max-same-issues: 10
|
||||
|
||||
run:
|
||||
timeout: 5m
|
||||
go: '1.22'
|
||||
Reference in New Issue
Block a user