How to override cli output format? #5758
Unanswered
kevintraver
asked this question in
Q&A
Replies: 1 comment
-
It seem like this one slipped between the cracks. It is possible to use / write a custom reporter. Here is an example: https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-json-reporter#readme |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
How do I override the output format from the cli?
cspell --quiet .
outputs something like this:It's great for using with vim quickfix.
but vim quickfix expects a
:
after the column, so you have to set the errorformat in order to get the column to work.I was just wondering if theres a way override the output format to be compatible with the default vim quickfix error format:
so it would be something like this:
Then this would work:
Beta Was this translation helpful? Give feedback.
All reactions