Files
checkcle/server/core_backend-server/golangci.yml
Tola Leng f5a985ff1e add new functionality and improve backend server structure
- Enhance server functionality and optimize backend code
- Add multi-database support (PostgreSQL, MySQL, SQLite)
2026-03-09 17:36:42 +07:00

27 lines
379 B
YAML

version: "2"
run:
concurrency: 4
timeout: 10m
linters:
default: none
enable:
- asasalint
- asciicheck
- gomodguard
- goprintffuncname
- govet
- ineffassign
- misspell
- nakedret
- nolintlint
- prealloc
- reassign
- staticcheck
- unconvert
- unused
- whitespace
formatters:
enable:
- gofmt
- goimports