[TIMOB-17942] Windows: Add cppcheck + cpplint to CI Build
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Closed |
Resolution | Won't Do |
Resolution Date | 2015-09-09T17:56:46.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Ingo Muschenetz |
Assignee | Christopher Williams |
Created | 2014-10-30T21:29:32.000+0000 |
Updated | 2015-09-09T17:56:46.000+0000 |
Description
cpplint allows us to check for Google C++ Style guide compliance:
https://wiki.jenkins-ci.org/display/JENKINS/Cppcheck+Plugin
http://cppcheck.sourceforge.net
This gives a good suggestion for how to fix it:
http://stackoverflow.com/questions/14172232/how-to-make-cpplint-work-with-jenkins-warnings-plugin
For the warnings we output, I would remove the check on line length. For braces usage, should we filter that out, or is there a way to configure it to accept our changed style?