| Issue 619: | Add a possibility to run cppcheck on submitted patches | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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) |
|
| ► Sign in to add a comment |
Mergedinto: 618