[core] Cover cpplint for ray/tree/master/src/ray/gcs/gcs_server
#51184
Labels
core
Issues that should be addressed in Ray Core
enhancement
Request for new feature and/or capability
Description
As part of the initiative to introduce cpplint into the pre-commit hook, we are gradually cleaning up C++ folders to ensure compliance with code style requirements. This issue focuses on cleaning up
/src/ray/gcs/gcs_server
.Goal
Ensure all
.h
and.cc
files in/src/ray/gcs/gcs_server
comply with cpplint rules.Address or suppress all cpplint warnings.
Steps to Complete
/src/ray/gcs/gcs_server
to trigger cpplint (e.g., by adding a newline).This is a sub issue from #50583
The text was updated successfully, but these errors were encountered: