-
Notifications
You must be signed in to change notification settings - Fork 6
Description
i understand this may be considered out of scope for this project, but i've had a similar idea to this tool. i wish i could use a baseline file with all the languages / linters that i use without the feature having to be re-implemented for each tool. unfortunately not many tools support it, and many of them seem to only support it in the CLI but not the language server.
it would be nice if lspx could filter diagnostics from all the language servers using generic / configurable baselining logic, along with a CLI that allows you to gather and filter all the diagnostics in your project (either with or without a baseline file), for the purpose of running in your CI.
if this is something you would consider in-scope for this project, i would be happy to try to contribute this feature myself.