karolsluszniak / ex_check

One task to efficiently run all code analysis & testing tools in an Elixir project. Born out of 💜 to Elixir and pragmatism.
https://hex.pm/packages/ex_check
MIT License
305 stars 11 forks source link

Strip command output #6

Closed karolsluszniak closed 4 years ago

karolsluszniak commented 4 years ago

This PR aims to make the process of streaming & collecting output from arbitrary commands more predictable in terms of output padding. This helps in wrapping output from commands in pre/post messages & misc decorators without messing things up.

karolsluszniak commented 4 years ago

Closed due to bringing more harm than good (it's not a great issue when multiple line breaks appear while the complexity of command runner greatly increases + in some circumstances the command output gets delayed).