-
Notifications
You must be signed in to change notification settings - Fork 949
Open
Description
Scope:
- Fix clang-tidy warnings
- Focus on one PR at a time with ~500 lines of diff to keep reviews manageable.
Instructions:
- Pick a set of files/warnings that you can clean up within ~500 lines of diff.
- Make a branch and fix these warnings.
- Open a PR and reference this issue.
- Repeat until all warnings in this scope are addressed.
Notes:
- Only fix warnings; do not introduce new ones.
- If a warning cannot be fixed safely, leave a comment and mark it with NOLINT.
Reactions are currently unavailable