eclipse-uprotocol / up-transport-zenoh-cpp

C++ client library to connect to the zenoh implementation of uProtocol
Apache License 2.0
5 stars 15 forks source link

clang-tidy: issues in RpcClientServerTest.cpp #103

Open debruce opened 2 months ago

debruce commented 2 months ago

1) to_string() should be marked nodiscard at line 48 2) destructor should be marked with override at 73 3) Bogus if-the-else error in gtest macros: lines 103, 120, 122 4) gtest EXPECT_NO_THROW has hidden goto in it: line 110