1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-02-06 10:44:43 +00:00
pocketbase/golangci.yml

29 lines
406 B
YAML
Raw Permalink Normal View History

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