vera++ Code Style Tool Integration [message #768121] |
Mon, 19 December 2011 11:05  |
Eclipse User |
|
|
|
Some of you may have, or may not have heard about Vera++, it's an open source application that checks for code style consistency and good practice. It generates output like:
src/google_perftools_test.cpp:43: keyword 'if' not followed by a single space
src/google_perftools_test.cpp:43: negation operator used in its short form
src/google_perftools_test.cpp:44: full block {} expected in the control structure
src/google_perftools_test.cpp:48: closing curly bracket not in the same line or column
When executed like this: ./vera++ inputfile.cpp
My question is if anyone of you know a good way how to integrate this in the eclipse problems view, just like a clickable gcc warning or error and with a warning triangle at the corresponding line in the code view?
regards
Fredrik
|
|
|
|
Powered by
FUDForum. Page generated in 0.10804 seconds