flycheck-gometalinter
flycheck-gometalinter copied to clipboard
Add concurrency, sort order flags
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.
Not sure if this PR is still relevant.