Skip to content

ESP-IDF conversion #127

ESP-IDF conversion

ESP-IDF conversion #127

Triggered via pull request September 6, 2024 08:01
Status Success
Total duration 1m 5s
Artifacts

cpp-linter.yml

on: pull_request
cpp-linter
55s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 10 warnings, and 2 notices
include/StringView.h:3:10 [clang-diagnostic-error]: include/StringView.h#L3
'flatbuffers/string.h' file not found
src/CommandHandler.cpp:1:10 [clang-diagnostic-error]: src/CommandHandler.cpp#L1
'freertos/FreeRTOS.h' file not found
src/SemVer.cpp:1:10 [clang-diagnostic-error]: src/SemVer.cpp#L1
'SemVer.h' file not found
Run clang-format on src/GatewayConnectionManager.cpp: src/GatewayConnectionManager.cpp#L1
File src/GatewayConnectionManager.cpp does not conform to Custom style guidelines. (lines 37)
Run clang-format on src/event_handlers/websocket/gateway/ShockerCommandList.cpp: src/event_handlers/websocket/gateway/ShockerCommandList.cpp#L1
File src/event_handlers/websocket/gateway/ShockerCommandList.cpp does not conform to Custom style guidelines. (lines 29)
include/Common.h:11:12 [bugprone-macro-parentheses]: include/Common.h#L11
macro argument should be enclosed in parentheses
include/Common.h:12:18 [bugprone-macro-parentheses]: include/Common.h#L12
macro argument should be enclosed in parentheses
include/Common.h:56:11 [cppcoreguidelines-avoid-non-const-global-variables]: include/Common.h#L56
variable 'OpenShock' is non-const and globally accessible, consider making it const
include/RGBPatternManager.h:14:11 [cppcoreguidelines-avoid-non-const-global-variables]: include/RGBPatternManager.h#L14
variable 'OpenShock' is non-const and globally accessible, consider making it const
include/http/HTTPClient.h:12:11 [cppcoreguidelines-avoid-non-const-global-variables]: include/http/HTTPClient.h#L12
variable 'OpenShock' is non-const and globally accessible, consider making it const
include/http/HTTPResponse.h:9:11 [cppcoreguidelines-avoid-non-const-global-variables]: include/http/HTTPResponse.h#L9
variable 'OpenShock' is non-const and globally accessible, consider making it const
src/CaptivePortalInstance.cpp:33:20 [cppcoreguidelines-avoid-non-const-global-variables]: src/CaptivePortalInstance.cpp#L33
variable 's_errorHandler' is non-const and globally accessible, consider making it const
src/CaptivePortalInstance.cpp:48:24 [bugprone-reserved-identifier]: src/CaptivePortalInstance.cpp#L48
declaration uses identifier '_getStaticPartition', which is reserved in the global namespace
src/GatewayConnectionManager.cpp:37:16 [cppcoreguidelines-avoid-non-const-global-variables]: src/GatewayConnectionManager.cpp#L37
variable 's_flags' is non-const and globally accessible, consider making it const