Closed siebert closed 6 years ago
Thanks for the prompt review. I thought the reason for this change is obvious, especially as it is already on the list of TODOS... I want to use git-lint in a shell job on Jenkins and the color codes are rather distracting in the output, so I want the option to disable them.
Regarding the restructuring of the output formatters, I'm not sure if that additional effort is something I'd like to make for this change. Would you consider to merge my patch without it? Would it be ok to define the new classes within init.py or must they reside in separate modules?
New option --no-color to disable color. Useful for build system logs and consoles without color support.