You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use clang-tidy to enforce a coding style
Add .clang-tidy file with the coding style details, then add a target called lint to the CMakeLists.txt file with the command.
Add a GitHub action that runs coding style check on any push to any branch.
Use clang-tidy to enforce a coding style
Add .clang-tidy file with the coding style details, then add a target called lint to the CMakeLists.txt file with the command.
Add a GitHub action that runs coding style check on any push to any branch.