Skip to content

Ignore NO_COLOR or FORCE_COLOR env vars if set to empty strings

Quinten Cabo requested to merge color-env-vars-propper into develop

If NO_COLOR or FORCE_COLOR are set but set to empty strings, they should be ignored. This is specified in the standards at https://force-color.org/ and https://no-color.org/.

Merge request reports