1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-24 23:24:00 +02:00
Files
pocketbase/golangci.yml
2025-04-12 20:05:21 +03:00

28 lines
390 B
YAML

version: "2"
run:
go: 1.23
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