feat: catch error msgs in ns/tablet client #8757
Annotations
6 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/client/tablet_client.h#L83
[cpplint] reported by reviewdog 🐶
Is this a non-const reference? If so, make const or use a pointer: std::string& msg [runtime/references] [2]
Raw Output:
src/client/tablet_client.h:83: Is this a non-const reference? If so, make const or use a pointer: std::string& msg [runtime/references] [2]
|
src/cmd/openmldb.cc#L3204
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
src/cmd/openmldb.cc:3204: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
src/cmd/openmldb.cc#L3204
[cpplint] reported by reviewdog 🐶
TODO(my_username) should be followed by a space [whitespace/todo] [2]
Raw Output:
src/cmd/openmldb.cc:3204: TODO(my_username) should be followed by a space [whitespace/todo] [2]
|
src/datacollector/data_collector.cc#L262
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
src/datacollector/data_collector.cc:262: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
src/tablet/tablet_impl.cc#L2967
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
src/tablet/tablet_impl.cc:2967: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
The logs for this run have expired and are no longer available.
Loading