Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
arnikz opened this issue May 30, 2017 · 2 comments
Open

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

arnikz opened this issue May 30, 2017 · 2 comments

Comments

@arnikz
Copy link
Collaborator

arnikz commented May 30, 2017

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

@LourensVeen
Copy link
Member

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!

@bouweandela
Copy link
Member

Related #30

@egpbos egpbos removed the question label Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants