mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 16:55:40 +00:00
enable gofmt linter
This commit is contained in:
parent
2507ccc2d3
commit
f7e62ce2c2
@ -1,6 +1,13 @@
|
|||||||
run:
|
run:
|
||||||
timeout: 5m
|
timeout: 5m
|
||||||
linters:
|
linters:
|
||||||
enabled:
|
enable:
|
||||||
|
- gofmt
|
||||||
- goimports
|
- goimports
|
||||||
- gosec
|
- gosec
|
||||||
|
issues:
|
||||||
|
exclude-rules:
|
||||||
|
- linters:
|
||||||
|
- gosec
|
||||||
|
text: "Implicit memory aliasing in for loop."
|
||||||
|
path: _test\.go
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user