Brackets-InteractiveLinter icon indicating copy to clipboard operation
Brackets-InteractiveLinter copied to clipboard

Support multiple linters per file/language

Open Mark-Simulacrum opened this issue 11 years ago • 2 comments

LinterManager should allow more than one linter to be registered per language, and should loop through all linters registered for a language and report errors. I am ready to work on the UI part of this implementation (making the inline widgets and panel support multiple linters) - but I am not sure how to do the LinterManager part (I have not worked much with the plugins or workers).

This is the remainder of #33, so I thought we should move it into its own issue.

This is the main thing I'm waiting on before work on #52.

Mark-Simulacrum avatar Oct 12 '14 15:10 Mark-Simulacrum

Assigning to @MiguelCastillo because he stated that he wanted to work on this in #33. Also, I'm (as stated in first post) not sure how to do this.

Mark-Simulacrum avatar Oct 16 '14 23:10 Mark-Simulacrum

I'd like to bump this one, I'm trying to use JSCS and JSHint together. I'm very happy to do testing from a branch if it helps.

I assume the config in brackets.json should look like this once implemented.

"interactive-linter.javascript": ["jshint", "jscs"]

cgfrost avatar Jul 03 '15 14:07 cgfrost