friendlyanon / cmake-init

The missing CMake project initializer
GNU General Public License v3.0
2.03k stars 78 forks source link

clang-tidy checks #6

Open friendlyanon opened 3 years ago

friendlyanon commented 3 years ago

I have not yet really used clang-tidy myself and I do not know what checks are widespread, so I would like to hear opinions about what checks should be included by default in the generated projects and what the config should look like.

clang-tidy integration available with 0.7.0

friendlyanon commented 3 years ago

611fee7b00b8322a3dd0e5d7653cbe17f54a2164 expanded the clang-tidy checks.

I have read the documentation and I believe that the checks that I enabled with their options are sensible.