-
Notifications
You must be signed in to change notification settings - Fork 76
chore: Add clang-tidy 19 checks #1774
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1774 +/- ##
===========================================
- Coverage 71.70% 71.67% -0.03%
===========================================
Files 295 295
Lines 12679 12679
Branches 6500 6499 -1
===========================================
- Hits 9091 9088 -3
- Misses 1873 1874 +1
- Partials 1715 1717 +2 ☔ View full report in Codecov by Sentry. |
kuznetsss
left a comment
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.
👍
cindyyan317
left a comment
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.
💯
Fix #1664
Adds a few useful checks and fixes the code to accommodate them.
modernize-use-rangesseems to work with a few modifications to the code and exceptions for the linter.