fix: handle setting protected/type-enforced attributes correctly #1799
Annotations
4 warnings and 3 notices
libs/common/include/launchdarkly/attributes_builder.hpp#L54
'auto &pair' can be declared as 'const auto &pair'
|
libs/common/include/launchdarkly/attributes_builder.hpp#L69
move constructors should be marked noexcept
|
libs/common/include/launchdarkly/attributes_builder.hpp#L226
function 'BuildAttributes' should be marked [[nodiscard]]
|
The following actions use a deprecated Node.js version and will be forced to run on node20: MarkusJx/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
libs/common/include/launchdarkly/attributes_builder.hpp#L1
File libs/common/include/launchdarkly/attributes_builder.hpp does not conform to Custom style guidelines. (lines 23, 34, 214, 230, 241)
|
libs/common/src/attributes_builder.cpp#L1
File libs/common/src/attributes_builder.cpp does not conform to Custom style guidelines. (lines 4, 27, 28, 29, 30, 40, 42, 43, 44, 46, 50, 51, 52, 53, 54, 57, 58, 59, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 71, 72, 73, 76, 92, 111, 112, 119, 133, 137)
|
libs/common/tests/context_builder_test.cpp#L1
File libs/common/tests/context_builder_test.cpp does not conform to Custom style guidelines. (lines 31, 32, 33, 34, 35, 36, 37, 38, 58, 59, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 96, 179, 180, 181, 182, 183, 199, 200, 202, 203, 208, 209, 210, 211, 250, 251, 260, 261, 272, 273, 283, 284, 292, 293, 295, 296, 297, 298)
|
This job succeeded
Loading