Skip to content

Feature/hud mockup implementation #605

Feature/hud mockup implementation

Feature/hud mockup implementation #605

Triggered via pull request January 20, 2025 13:51
Status Success
Total duration 2m 48s
Artifacts

cpp-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
cpp-linter
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
engine/source/engine.cpp:286:1 [cppcoreguidelines-pro-type-member-init]: engine/source/engine.cpp#L286
constructor does not initialize these fields: _ecs
engine/user_interface/private/fonts.cpp:33:13 [cppcoreguidelines-pro-bounds-constant-array-index]: engine/user_interface/private/fonts.cpp#L33
do not use array subscript when the index is not an integer constant expression
engine/user_interface/private/fonts.cpp:34:13 [cppcoreguidelines-pro-bounds-constant-array-index]: engine/user_interface/private/fonts.cpp#L34
do not use array subscript when the index is not an integer constant expression