vala-lang / vala-lint

Check code-style of Vala code files
GNU General Public License v2.0
96 stars 15 forks source link

Respect NO_COLOR environment variable #171

Open tintou opened 1 year ago

tintou commented 1 year ago

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

leggettc18 commented 1 year ago

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?

tintou commented 1 year ago

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