iamcco / diagnostic-languageserver

diagnostic language server integrate with linters
MIT License
418 stars 28 forks source link

Support for filename in formatPattern? #24

Closed fsouza closed 4 years ago

fsouza commented 4 years ago

Hey there, thank you very much for this cool project!

When using with certain linters, such as mypy, the output includes other files too (because a type checker can't really check a file in isolation). For example, efm supports that via the %f pattern in the lint-formats parameter. I was wondering if you'd accept a PR that introduces something like that to diagnostic-languageserver?

Thanks!

iamcco commented 4 years ago

Yes, PR is welcome.

fsouza commented 4 years ago

Will prepare and send something over the weekend! :D

fsouza commented 4 years ago

Sorry, I've been counting weekends different recently :D Finally got around and opened #26.