Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd clang-tidy to buildsystem checks #1060
Comments
TheJJ
added
buildsystem
python
code quality
good first issue
just do it
labels
Oct 19, 2018
kev946
added a commit
to kev946/openage
that referenced
this issue
Oct 20, 2018
kev946
referenced a pull request that will
close
this issue
Oct 20, 2018
Open
Add clang-tidy to buildsystem checks #1063
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vtec234 commentedOct 19, 2018
clang-tidycan detect lots of C++ programming and style errors, so it would be worthwile to have it included inmake check. To do so, a Python module invoking it should be added tobuildsystem.codecompliance.