mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
12 lines
167 B
YAML
12 lines
167 B
YAML
version: "2"
|
|
linters:
|
|
disable:
|
|
- errcheck
|
|
settings:
|
|
staticcheck:
|
|
checks:
|
|
- "all"
|
|
- "-QF1008"
|
|
- "-ST1000"
|
|
- "-ST1003"
|