Skip to content

chore: release main (#413) #1746

chore: release main (#413)

chore: release main (#413) #1746

Triggered via push June 12, 2024 20:39
Status Success
Total duration 2m 6s
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:273:7 [cppcoreguidelines-special-member-functions]: libs/client-sdk/include/launchdarkly/client_side/client.hpp#L273
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