1
0
Fork 0
golang-github-pocketbase-po.../golangci.yml
Daniel Baumann e28c88ef14
Adding upstream version 0.28.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-22 10:57:38 +02:00

27 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