1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-02-06 08:32:28 +00:00
pocketbase/golangci.yml
2024-09-29 21:09:46 +03:00

29 lines
406 B
YAML

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