[core] Cover cpplint for all C++ folders #50583
Labels
core
Issues that should be addressed in Ray Core
enhancement
Request for new feature and/or capability
good-first-issue
Great starter issue for someone just starting to contribute to Ray
help-wanted
P2
Important issue, but not time-critical
Description
In PR, I introduce cpplint into precommit hook, so we could detect certain invalid usage before it's merged into main branch.
We plan to do it in a gradual style, basically folder by folder, and finally make sure all C++ folders are covered.
Considering cpplint only checks on changed files, you need to manually trigger a check by intentionally change a file, could follow the steps:
cpplint
is triggered and able to detect invalid usageFolders to clean up can be roughly broken down into:
Feel free to reach out to me if you have any questions!
Use case
Example script to change all C++ files under the given folder
The text was updated successfully, but these errors were encountered: