favadi / flycheck-gometalinter

Flycheck checker for gometalinter
BSD 2-Clause "Simplified" License
57 stars 8 forks source link

Add concurrency, sort order flags #4

Open ndhoule opened 7 years ago

ndhoule commented 7 years ago

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.
favadi commented 7 years ago

Not sure if this PR is still relevant.