Skip to content

chore: release main (#352) #1570

chore: release main (#352)

chore: release main (#352) #1570

Triggered via push December 26, 2023 22:53
Status Success
Total duration 1m 37s
Artifacts

cpp-linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
/libs/client-sdk/include/launchdarkly/client_side/client.hpp:259:7 [cppcoreguidelines-special-member-functions]: libs/client-sdk/include/launchdarkly/client_side/client.hpp#L259
class 'Client' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor
/libs/client-sdk/tests/client_c_bindings_test.cpp:36:27 [bugprone-easily-swappable-parameters]: libs/client-sdk/tests/client_c_bindings_test.cpp#L36
2 adjacent parameters of 'FlagListenerFunction' of similar type ('LDValue') are easily swapped by mistake