pocketbase/golangci.yml

29 lines
406 B
YAML
Raw Normal View History

run:
2024-09-30 00:23:19 +08:00
go: 1.23
concurrency: 4
timeout: 10m
linters:
disable-all: true
enable:
2024-09-30 00:23:19 +08:00
- asasalint
- asciicheck
- gofmt
- goimports
- gomodguard
- goprintffuncname
- gosimple
- govet
- ineffassign
- misspell
- nakedret
- nolintlint
- prealloc
2024-09-30 00:23:19 +08:00
- prealloc
- reassign
- staticcheck
- typecheck
- unconvert
- unused
- whitespace