vala-lint icon indicating copy to clipboard operation
vala-lint copied to clipboard

Respect NO_COLOR environment variable

Open tintou opened this issue 1 year ago • 2 comments

It seems that there is a consensus on using the NO_COLOR environment variable https://no-color.org/ so we should support that

tintou avatar Aug 03 '23 08:08 tintou

For the Record, NO_COLOR should probably also include removing the dim, bold, and underline control codes as well, would you agree? Or should that be a separate env variable?

leggettc18 avatar Aug 03 '23 13:08 leggettc18

It seems that the NO_COLOR is only intended to control the color as per https://github.com/jcs/no_color/issues/220

tintou avatar Aug 04 '23 08:08 tintou