styleguide
styleguide copied to clipboard
How to stop complier is cpplint has error?
I want to generate binary file only when no cpplint error existed.
I think the default behavior is just to check once, even cpplint found error, it can make out.
And next make, those error wont show again.
Can I make cpplint check a hard check, stop generate binary file and print out message everytime?