mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 16:55:40 +00:00
26 lines
395 B
YAML
26 lines
395 B
YAML
run:
|
|
timeout: 5m
|
|
linters:
|
|
enable:
|
|
- errorlint
|
|
- gci
|
|
- gochecknoinits
|
|
- gofmt
|
|
- goimports
|
|
- gosec
|
|
- misspell
|
|
- revive
|
|
- unconvert
|
|
issues:
|
|
exclude-rules:
|
|
- linters:
|
|
- gosec
|
|
text: "Implicit memory aliasing in for loop."
|
|
path: _test\.go
|
|
- linters:
|
|
- revive
|
|
text: "unexported-return"
|
|
- linters:
|
|
- revive
|
|
text: "var-naming"
|