forked from hbristow/cookiecutter-cpp
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Add clang-tidy checks, to check language style checks and later expand to other clang-tidy checks.
Describe the solution you'd like
Add a clang-tidy target, to the project to perform checks enabled in the .clang-tidy config file.
There are some issues when running the checks, apparently there are some header file requirements, other wise we will get errors.
please check https://reviews.llvm.org/D22046 and from chromium project
https://chromium.googlesource.com/experimental/chromium/src/+/refs/wip/bajones/webvr/docs/clang_tidy.md
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request