flycheck-gometalinter icon indicating copy to clipboard operation
flycheck-gometalinter copied to clipboard

Add concurrency, sort order flags

Open ndhoule opened this issue 8 years ago • 1 comments

Adds two flags, concurrency and sort order, that gometalinter supports but flycheck-gometalinter doesn't (yet).

-j, --concurrency=16      Number of concurrent linters to run.
    --sort=none ...       Sort output by any of none, path, line, column, severity, message, linter.

ndhoule avatar Oct 21 '16 19:10 ndhoule

Not sure if this PR is still relevant.

favadi avatar Feb 21 '17 11:02 favadi