mirror of
https://github.com/usetrmnl/trmnlp.git
synced 2026-08-13 14:27:33 -07:00
The Reporter hand-rolled ANSI escape codes and emitted them unconditionally, so colour leaked into piped or redirected output as unreadable escape sequences. Colour was also limited to the lint summary. Output now routes through the tone gem, which suppresses ANSI when the stream is not a terminal. Colour extends to the warnings the poller and form-field validation emit, and to the error the executable prints on a fatal failure.