Skip to content

Merge remote-tracking branch 'origin/develop' into bugfix/serial-subc… #946

Merge remote-tracking branch 'origin/develop' into bugfix/serial-subc…

Merge remote-tracking branch 'origin/develop' into bugfix/serial-subc… #946

Triggered via push June 29, 2026 10:23
Status Success
Total duration 2m 18s
Artifacts

cpp-linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error, 11 warnings, and 1 notice
get-vars / get-vars
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
include/GatewayClient.h:29:10 [modernize-use-trailing-return-type]: include/GatewayClient.h#L29
use a trailing return type for this function
include/GatewayClient.h:28:10 [modernize-use-trailing-return-type]: include/GatewayClient.h#L28
use a trailing return type for this function
include/GatewayClient.h:23:31 [modernize-use-trailing-return-type]: include/GatewayClient.h#L23
use a trailing return type for this function
include/GatewayClient.h:23:5 [readability-redundant-inline-specifier]: include/GatewayClient.h#L23
function 'state' has inline specifier but is implicitly inlined
include/GatewayClient.h:23:5 [modernize-use-nodiscard]: include/GatewayClient.h#L23
function 'state' should be marked [[nodiscard]]
include/GatewayClient.h:17:5 [modernize-use-trailing-return-type]: include/GatewayClient.h#L17
use a trailing return type for this function
include/GatewayClient.h:16:5 [modernize-use-trailing-return-type]: include/GatewayClient.h#L16
use a trailing return type for this function
include/GatewayClient.h:1:1 [portability-avoid-pragma-once]: include/GatewayClient.h#L1
avoid 'pragma once' directive; use include guards instead
include/AccountLinkResultCode.h:6:14 [performance-enum-size]: include/AccountLinkResultCode.h#L6
enum 'AccountLinkResultCode' uses a larger base type ('int', size: 4 bytes) than necessary for its value set, consider using 'std::uint8_t' (1 byte) as the base type to reduce its size
include/AccountLinkResultCode.h:1:1 [portability-avoid-pragma-once]: include/AccountLinkResultCode.h#L1
avoid 'pragma once' directive; use include guards instead
Run clang-format on src/captiveportal/CaptivePortalInstance.cpp: src/captiveportal/CaptivePortalInstance.cpp#L0
File src/captiveportal/CaptivePortalInstance.cpp does not conform to Custom style guidelines. (lines 7, 49, 56, 57)