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

Apply a code-style check as a part of the automated build #70

Open
garretfick opened this issue Jul 25, 2019 · 2 comments
Open

Apply a code-style check as a part of the automated build #70

garretfick opened this issue Jul 25, 2019 · 2 comments

Comments

@garretfick
Copy link
Collaborator

Problem

There are several developers who are contributing code to this project. We each have our own preferences for how things are structured, but that's bad. We should have a common style to make the code easier to read, to eliminate potential bugs, and improve overall quality.

Solution

Improve the CI build scripts to include automated code quality checks using domain-specific style checkers. For the C++ code, this would be cppcheck as a start.

@pedromorgan
Copy link
Contributor

This will work also as were using doxygen to create api docs so they should marry also

@garretfick garretfick added this to the 2020-04 release milestone Dec 9, 2019
@garretfick
Copy link
Collaborator Author

https://sonarcloud.io/ might be a good choice. I've experimented with a codacy, but I get web service problems regularly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants