calband / calchart

CalChart is a tool for designing shows for the University of California Marching Band. While it could be adapted for other organizations, it has been designed specifically for the Cal Band.
GNU General Public License v2.0
11 stars 3 forks source link

Incorporate clang-tidy into our build process #351

Open rmpowell77 opened 3 years ago

rmpowell77 commented 3 years ago

We should look at using clang-tidy in our process.

clang-tidy doesn't seem to be included by default in brew, but can be incorporated by: https://stackoverflow.com/questions/53111082/how-to-install-clang-tidy-on-macos

Also, here's a good example of a default .clang-tidy file.

https://gist.github.com/flamewing/a5016645064afa086ac8afd98ea7f627

rmpowell77 commented 3 years ago

More here: https://www.kdab.com/clang-tidy-part-1-modernize-source-code-using-c11c14/