flymake / emacs-flymake

Continuous syntax checking for Emacs. Fork to add max parallel invocations and other bug fixes.
http://www.illusori.co.uk/projects/emacs-flymake/
GNU General Public License v3.0
184 stars 36 forks source link

Filter the error reporting #36

Open AgrYpn1a opened 3 months ago

AgrYpn1a commented 3 months ago

Hi, I was wondering if there is a way to filter out the reported errors. I am using Eglot to read the typescript-language-server errors for my .js files to obtain features such as auto-import, however, I want to omit displaying all other errors, such as type errors since I am working in plain JS.

So I am wondering if there's a way to tell Flymake to ignore certain error codes reported by Eglot?