Can I run cpplint from within code::blocks?

229 Views Asked by At

Is it possible to run Google's cpplint.py from within Code::Blocks, so I can jump from one error to the next in the source code?

For those unfamiliar with cpplint.py, it's a python script that flags lines that violate the Google Style Guide. It outputs error messsages in the same format as gcc's compiler errors, so emacs for example has no trouble the error spew correctly to step from one flagged line to the next.

0

There are 0 best solutions below