-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
[core] Cover cpplint for ray/src/ray/scheduling #50686
[core] Cover cpplint for ray/src/ray/scheduling #50686
Conversation
|
||
#include "ray/common/grpc_util.h" | ||
#include "ray/common/ray_config.h" | ||
|
||
namespace ray { | ||
|
||
using namespace ::ray::raylet_scheduling_policy; | ||
using namespace ::ray::raylet_scheduling_policy; // NOLINT |
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.
nit: I would prefer to avoid using namespace
here, but not a big issue, no need to change.
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.
LGTM! Thank you so much!
Just one comment, coul you please update config file also? Line 48 in 543bc11
|
You need to run |
I just run |
It doesn't change code, just reports improper usage |
Signed-off-by: 400Ping <43886578+400Ping@users.noreply.github.com>
Signed-off-by: 400Ping <43886578+400Ping@users.noreply.github.com>
Signed-off-by: 400Ping <43886578+400Ping@users.noreply.github.com>
Signed-off-by: 400Ping <43886578+400Ping@users.noreply.github.com>
c661f6d
to
993f7c6
Compare
Signed-off-by: 400Ping <43886578+400Ping@users.noreply.github.com>
Ensure all `.h` and `.cc` files in `src/ray/scheduling` comply with cpplint rules. Closes: ray-project#50679 --------- Signed-off-by: 400Ping <43886578+400Ping@users.noreply.github.com> Signed-off-by: kaihsun <kaihsun@anyscale.com>
Ensure all `.h` and `.cc` files in `src/ray/scheduling` comply with cpplint rules. Closes: ray-project#50679 --------- Signed-off-by: 400Ping <43886578+400Ping@users.noreply.github.com>
Ensure all `.h` and `.cc` files in `src/ray/scheduling` comply with cpplint rules. Closes: ray-project#50679 --------- Signed-off-by: 400Ping <43886578+400Ping@users.noreply.github.com>
Ensure all `.h` and `.cc` files in `src/ray/scheduling` comply with cpplint rules. Closes: ray-project#50679 --------- Signed-off-by: 400Ping <43886578+400Ping@users.noreply.github.com>
Ensure all `.h` and `.cc` files in `src/ray/scheduling` comply with cpplint rules. Closes: ray-project#50679 --------- Signed-off-by: 400Ping <43886578+400Ping@users.noreply.github.com> Signed-off-by: Jay Chia <17691182+jaychia@users.noreply.github.com>
Ensure all `.h` and `.cc` files in `src/ray/scheduling` comply with cpplint rules. Closes: ray-project#50679 --------- Signed-off-by: 400Ping <43886578+400Ping@users.noreply.github.com> Signed-off-by: Jay Chia <17691182+jaychia@users.noreply.github.com>
Why are these changes needed?
Ensure all
.h
and.cc
files insrc/ray/scheduling
comply with cpplint rules.Related issue number
Closes: #50679
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.