mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-08 15:41:18 +02:00
32 lines
469 B
YAML
32 lines
469 B
YAML
version: "2"
|
|
run:
|
|
concurrency: 4
|
|
timeout: 10m
|
|
linters:
|
|
default: none
|
|
enable:
|
|
- asasalint
|
|
- asciicheck
|
|
- gomodguard_v2
|
|
- goprintffuncname
|
|
- govet
|
|
- ineffassign
|
|
- misspell
|
|
- nakedret
|
|
- nolintlint
|
|
- prealloc
|
|
- reassign
|
|
- staticcheck
|
|
- unconvert
|
|
- unused
|
|
- whitespace
|
|
exclusions:
|
|
rules:
|
|
- path: _test\.go
|
|
linters:
|
|
- prealloc
|
|
formatters:
|
|
enable:
|
|
- gofmt
|
|
- goimports
|