-
Notifications
You must be signed in to change notification settings - Fork 545
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
Limit underscore suffix to non-public members #1948
Conversation
Codecov ReportBase: 50.30% // Head: 50.30% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #1948 +/- ##
=======================================
Coverage 50.30% 50.30%
=======================================
Files 374 374
Lines 31358 31358
=======================================
Hits 15772 15772
Misses 15586 15586
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Easy approve! Thank you.
I was hoping you would wait for the linked CI job to finish before merging. Let's see whether clang-tidy finds more fixes... Sorry for not being clear enough initially. |
Oh, I'm sorry. I through because CI passed here that this was fixed and this was just adding a check for future changes. |
Oof, I see there are a bunch more of these changes to make. Maybe we should revert this change for now :( |
I have gone through most of these changes in ROS1 already: moveit/moveit#3317. |
Augments #1939 by enforcing the new rule by clang-tidy.
Here is a CI job running clang-tidy on all source files (not only the diff as usually done for PRs).