pocketbase/golangci.yml

28 lines
390 B
YAML
Raw Normal View History

version: "2"
run:
2024-09-30 00:23:19 +08:00
go: 1.23
concurrency: 4
timeout: 10m
linters:
default: none
enable:
2024-09-30 00:23:19 +08:00
- asasalint
- asciicheck
- gomodguard
- goprintffuncname
- govet
- ineffassign
- misspell
- nakedret
- nolintlint
- prealloc
2024-09-30 00:23:19 +08:00
- reassign
- staticcheck
- unconvert
- unused
- whitespace
formatters:
enable:
- gofmt
- goimports