guide icon indicating copy to clipboard operation
guide copied to clipboard

Add some info on automated C/C++ code review/analysis

Open arnikz opened this issue 8 years ago • 2 comments

for example, using Codacy (with cppcheck) or SonarQube (with C++ plugin). Anyone using these in the projects?

arnikz avatar May 30 '17 13:05 arnikz

My current C++ projects are not in public repos, so I'm not using them, but I've used cppcheck on my code locally before. It mainly checks for the kinds of errors you get in C, if you write nice modern C++, then it doesn't help all that much. Then again, most C++ code in the world is not nice modern C++, so I think it would be quite useful in most cases.

So yes, that would be good to have!

LourensVeen avatar May 30 '17 14:05 LourensVeen

Related #30

bouweandela avatar Jun 26 '18 11:06 bouweandela