I'm trying to integrate PVS-Studio analysis into CI for my homework. Everything seems to work fine except log printing; I want warnings to be colored or highlighted in some other way.
The best I could think of is to use plog-converter to output in html format and then use elinks -dump -dump-color-mode 1
to output that in terminal but it looks kinda weird.
Is there a better way to do it?