Skip to content

refactor!: move server side config into lib/server #1241

refactor!: move server side config into lib/server

refactor!: move server side config into lib/server #1241

Triggered via pull request November 3, 2023 22:10
Status Success
Total duration 4m 3s
Artifacts

cpp-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
/examples/hello-cpp-server/main.cpp:9:9 [cppcoreguidelines-macro-usage]: examples/hello-cpp-server/main.cpp#L9
macro 'SDK_KEY' used to declare a constant; consider using a 'constexpr' constant
/examples/hello-cpp-server/main.cpp:12:9 [cppcoreguidelines-macro-usage]: examples/hello-cpp-server/main.cpp#L12
macro 'FEATURE_FLAG_KEY' used to declare a constant; consider using a 'constexpr' constant
/examples/hello-cpp-server/main.cpp:16:9 [cppcoreguidelines-macro-usage]: examples/hello-cpp-server/main.cpp#L16
macro 'INIT_TIMEOUT_MILLISECONDS' used to declare a constant; consider using a 'constexpr' constant
/examples/hello-cpp-server/main.cpp:16:9 [modernize-macro-to-enum]: examples/hello-cpp-server/main.cpp#L16
macro 'INIT_TIMEOUT_MILLISECONDS' defines an integral constant; prefer an enum instead