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
I have searched the Issue Tracker that this hasn't already been reported. (comment there if it has.)
Motivation
Ensures code quality remains good and catches simple perf mistakes. I see you install it in the makefile but without a clang-tidy config specifying what checks and what the header-filter is, it's easy to miss things.
Solution
Install clang-tidy preferrably as a Github Action.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Required prerequisites
Motivation
Ensures code quality remains good and catches simple perf mistakes. I see you install it in the makefile but without a clang-tidy config specifying what checks and what the header-filter is, it's easy to miss things.
Solution
Install clang-tidy preferrably as a Github Action.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: