mirror of
https://github.com/pocketbase/pocketbase.git
synced 2024-11-24 09:02:26 +02:00
31 lines
440 B
YAML
31 lines
440 B
YAML
run:
|
|
go: 1.18
|
|
concurrency: 4
|
|
timeout: 10m
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- asciicheck
|
|
- deadcode
|
|
- depguard
|
|
- exportloopref
|
|
- gocritic
|
|
- gofmt
|
|
- goimports
|
|
- gomodguard
|
|
- goprintffuncname
|
|
- gosimple
|
|
- govet
|
|
- ineffassign
|
|
- misspell
|
|
- nakedret
|
|
- nolintlint
|
|
- prealloc
|
|
- staticcheck
|
|
- typecheck
|
|
- unconvert
|
|
- unused
|
|
- varcheck
|
|
- whitespace
|