help-nano
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

What is the format that linters are expected to produce


From: Philip White
Subject: What is the format that linters are expected to produce
Date: Tue, 15 Dec 2020 01:52:38 GMT

I'm trying to provide syntax highlight for a small language I have. I
would like to also provide a formatter and a linter. The formatter I
have successfully created, but I can't find any type of documentation
for what a linter is expected to do. My guess was that it would just
need to spit out some lines like

    filename:10:10 some error

But setting the linter to

    linter echo filename:10:10

still report 0 linter items.

Is there documentation somewhere for the expected behavior of a linter.
If not, can someone explain it to me?

Thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]