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?
I think the best way is to modify the source of the
plog-converter. The source code of the utility is published on GitHub so that users can expand the functionality for their tasks.