evanchueng / gerrit

Automatically exported from code.google.com/p/gerrit
Apache License 2.0
0 stars 0 forks source link

Add a possibility to run cppcheck on submitted patches #619

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to have a possibility to run cppcheck (C++ static code 
analysis tool) on submitted patches on server side. It may be done in the next 
way: 1) run it on file before modification; 2) run it on file after 
modification; 3) compare results and warn if new errors/warnings appear. 
cppcheck can generate XML outputs, so I don't think it would be very hard to 
add error highlighting also (but text output will be good anyway)

Original issue reported on code.google.com by annu...@gmail.com on 6 Jul 2010 at 8:43

GoogleCodeExporter commented 9 years ago

Original comment by sop@google.com on 12 Jul 2010 at 9:03