Pryz/yaml-lint

Can't disable coloured output

alexjurkiewicz opened this issue · 3 comments

This is a problem in eg build script logging because you get ugly output like this in plain text:

yaml-lint ./global.yaml 
Checking the content of ["./global.yaml"]
�[32mFile : ./global.yaml, Syntax OK�[0m
Done.

#15 adds that ability.

Released as part of 0.0.10 on rubygems.org

thanks!!