ndmitchell / ghcid

Very low feature GHCi based IDE
Other
1.13k stars 114 forks source link

Write output of the linter into output file(s) #378

Closed KAction closed 1 year ago

KAction commented 1 year ago

Output file enables integration with editors to parse compiler error messages and jump to the error location, and there is no reason to not have this convenience with linter.

By the way, thank you for the project. It is awesome. It provides one of the best developer experiences across all tools and all languages I worked with.

ndmitchell commented 1 year ago

Thanks for the patch and the kind remarks, looks like a good idea!