1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2024-11-24 17:07:00 +02:00
pocketbase/golangci.yml
2023-12-10 12:23:31 +02:00

28 lines
395 B
YAML

run:
go: 1.21
concurrency: 4
timeout: 10m
linters:
disable-all: true
enable:
- asciicheck
- depguard
- exportloopref
- gofmt
- goimports
- gomodguard
- goprintffuncname
- gosimple
- govet
- ineffassign
- misspell
- nakedret
- nolintlint
- prealloc
- staticcheck
- typecheck
- unconvert
- unused
- whitespace