mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
15 lines
215 B
YAML
15 lines
215 B
YAML
run:
|
|
timeout: 5m
|
|
linters:
|
|
enable:
|
|
- errorlint
|
|
- gofmt
|
|
- goimports
|
|
- gosec
|
|
issues:
|
|
exclude-rules:
|
|
- linters:
|
|
- gosec
|
|
text: "Implicit memory aliasing in for loop."
|
|
path: _test\.go
|