-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Update clang-tidy github action #6116
Update clang-tidy github action #6116
Conversation
@mvieth, any idea on how I can fix this? |
You can see the error log on the azure site, if click on details and further. Ie https://github.com/PointCloudLibrary/pcl/actions/runs/10539455724/job/29203686331?pr=6116#step:4:4778 It seems the boolean expression can be simplified. Unfortunately I dont have time to figure out how exactly. |
Just had a look on my PC as well - there are quite a lot of changes required... |
Yes, that's what I meant. To be precise, there are a total of 419 errors. I skimmed through the logs and found 5 types of errors overall.
I'll try to make the necessary changes whenever possible, but it might take a few days to resolve all of them. P.S. If I'm missing anything from the above list, please let me know. |
When I search for: Error: it shows 100 entries from the log. |
I believe the search only reports 100 matches at most, even if there are more
I second this: please make sure that the PR(s) don't become too large. |
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.
Great, thanks!
This PR fixes #6115