-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: clean up clang-tidy #3145
Conversation
📊: Physics performance monitoring for db611c3physmon summary
|
I think clang tidy would actually discover |
My original thinking was that we could steer which warnings to enable based on CMake logic. Maybe we don't need that though. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reason for his extra file is that there's a way (that we don't currently use) is to set a non-zero threshold of tolerable warnings.
- Sort alphabetically - Add missing values to `.clang-tidy` - Reformat for readability and to keep track of changes In a dream world, we have just a single place, where we can manage the checks.
- Sort alphabetically - Add missing values to `.clang-tidy` - Reformat for readability and to keep track of changes In a dream world, we have just a single place, where we can manage the checks.
.clang-tidy
In a dream world, we have just a single place, where we can manage the checks.