Replies: 1 comment 3 replies
-
There's no way to convert to linter specific formats. Available output formats are visible from Sounds weird that a linter aggregator should be 10x faster than the standalone linter though, have you considered filing an issue to |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use
gosec
binary for scan project. Gosec is slow.I wrapped
gosec
linter togolangci-lint
for speed up. It work greate, speed up x10.Beta Was this translation helpful? Give feedback.
All reactions