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: three types of issues in ZenohUTransport.h #98

Open debruce opened 2 months ago

debruce commented 2 months ago

1) defaultUri and configFile wrong case style at lines 53,54 2) use override instead of virtual at line 56 (desctructor) 3) virtual is redundant to override at lines 66, 84, 96