Skip to content

Update codestyle.yml #1

Update codestyle.yml

Update codestyle.yml #1

Triggered via pull request September 28, 2025 20:32
Status Failure
Total duration 15m 41s
Artifacts

codestyle.yml

on: pull_request
Code Analysis & Formatting (Ubuntu)
15m 38s
Code Analysis & Formatting (Ubuntu)
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 14 warnings, and 10 notices
Code Analysis & Formatting (Ubuntu)
Process completed with exit code 1.
src/core/Mesh.cpp:39:42 [clang-diagnostic-error]: src/core/Mesh.cpp#L39
no member named 'Get' in 'VulkanEngine'; did you mean 'get'?
src/core/Mesh.cpp:31:46 [clang-diagnostic-error]: src/core/Mesh.cpp#L31
no member named 'Get' in 'VulkanEngine'; did you mean 'get'?
src/core/Mesh.cpp:14:42 [clang-diagnostic-error]: src/core/Mesh.cpp#L14
no member named 'Get' in 'VulkanEngine'; did you mean 'get'?
src/core/Mesh.cpp:5:42 [clang-diagnostic-error]: src/core/Mesh.cpp#L5
no member named 'Get' in 'VulkanEngine'; did you mean 'get'?
src/core/ViewImpl.cpp:101:5 [clang-diagnostic-error]: src/core/ViewImpl.cpp#L101
use of undeclared identifier 'SDL_DestroyWindow'; did you mean 'sdlDestroyWindow'?
src/core/ViewImpl.cpp:54:16 [clang-diagnostic-error]: src/core/ViewImpl.cpp#L54
use of undeclared identifier 'SDL_PollEvent'
src/core/ViewImpl.cpp:31:14 [clang-diagnostic-error]: src/core/ViewImpl.cpp#L31
use of undeclared identifier 'SDL_CreateWindow'; did you mean 'sdlCreateWindow'?
src/core/ViewImpl.cpp:30:5 [clang-diagnostic-error]: src/core/ViewImpl.cpp#L30
use of undeclared identifier 'SDL_Init'; did you mean 'SDL_blit'?
src/scene/MeshSystem.cpp:11:48 [clang-diagnostic-error]: src/scene/MeshSystem.cpp#L11
no member named 'free_mesh_instance' in 'engine::graphics::Graphics'; did you mean 'freeMeshInstance'?
src/scene/MeshSystem.cpp:6:48 [clang-diagnostic-error]: src/scene/MeshSystem.cpp#L6
no member named 'set_mesh_instance_transform' in 'engine::graphics::Graphics'; did you mean 'setMeshInstanceTransform'?
src/scene/TransformSystem.cpp:7:67 [readability-identifier-length]: src/scene/TransformSystem.cpp#L7
parameter name 't' is too short, expected at least 3 characters
src/scene/TransformSystem.cpp:7:41 [readability-identifier-length]: src/scene/TransformSystem.cpp#L7
parameter name 'e' is too short, expected at least 3 characters
src/scene/TransformSystem.cpp:7:6 [readability-identifier-naming]: src/scene/TransformSystem.cpp#L7
invalid case style for function 'UpdateChildrenGlobal'
src/graphics/Graphics.cpp:41:10 [readability-identifier-length]: src/graphics/Graphics.cpp#L41
variable name 'it' is too short, expected at least 3 characters
demo/main.cpp:7:5 [modernize-use-trailing-return-type]: demo/main.cpp#L7
use a trailing return type for this function
Code Analysis & Formatting (Ubuntu)
You will need to install ibus dependencies to use feature ibus:
Code Analysis & Formatting (Ubuntu)
You will need to install Wayland dependencies to use feature wayland:
Code Analysis & Formatting (Ubuntu)
You will need to install Xorg dependencies to use feature x11:
Run clang-format on src/include/graphics/vulkan/vk_types.h: src/include/graphics/vulkan/vk_types.h#L0
File src/include/graphics/vulkan/vk_types.h does not conform to Custom style guidelines. (lines 1, 2, 26)
Run clang-format on src/graphics/vulkan/vk_loader.cpp: src/graphics/vulkan/vk_loader.cpp#L0
File src/graphics/vulkan/vk_loader.cpp does not conform to Custom style guidelines. (lines 72, 210, 231, 240, 353)
Run clang-format on src/graphics/vulkan/vk_command_buffers.cpp: src/graphics/vulkan/vk_command_buffers.cpp#L0
File src/graphics/vulkan/vk_command_buffers.cpp does not conform to Custom style guidelines. (lines 1, 17, 20, 24, 34, 38, 40, 43, 49, 50, 52, 71, 74)
Run clang-format on src/graphics/vulkan/vk_pipelines.cpp: src/graphics/vulkan/vk_pipelines.cpp#L0
File src/graphics/vulkan/vk_pipelines.cpp does not conform to Custom style guidelines. (lines 1, 77, 78, 79, 80, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 99, 100, 101, 102, 106, 107, 108, 109, 110, 111, 112, 113, 119, 120, 121, 122, 123, 124, 125, 126, 127, 131, 132, 133, 173, 181, 190, 200, 202, 208, 214, 258, 286)
Run clang-format on src/graphics/vulkan/vk_engine.cpp: src/graphics/vulkan/vk_engine.cpp#L0
File src/graphics/vulkan/vk_engine.cpp does not conform to Custom style guidelines. (lines 31, 125, 127, 130, 132, 135, 137, 147, 149, 183, 252, 253, 254, 311, 316, 328, 330, 467, 531, 536, 543, 546, 547, 548, 549, 554, 555, 556, 561, 569, 573, 580, 605, 695, 696, 697, 698, 699, 701, 702, 704, 705, 706, 707, 709, 715, 716, 728, 731, 732, 733, 758, 847, 848, 854, 858, 859, 860, 861, 894, 946, 947, 969, 1065, 1066, 1067, 1068, 1070, 1071, 1072, 1073, 1075, 1076, 1077, 1078, 1079, 1081, 1082, 1083, 1084, 1086, 1087)
Run clang-format on src/graphics/vulkan/GraphicsPipeline.cpp: src/graphics/vulkan/GraphicsPipeline.cpp#L0
File src/graphics/vulkan/GraphicsPipeline.cpp does not conform to Custom style guidelines. (lines 3, 4, 8, 10, 13, 15, 18, 20, 22, 25, 28, 31, 35, 42, 48, 54, 58, 62, 64, 78, 79, 82, 83)
Run clang-format on src/graphics/vulkan/vk_command_buffers_container.cpp: src/graphics/vulkan/vk_command_buffers_container.cpp#L0
File src/graphics/vulkan/vk_command_buffers_container.cpp does not conform to Custom style guidelines. (lines 1, 6, 18, 19, 22, 23, 25, 26, 30)
Run clang-format on src/graphics/vulkan/ComputePipeline.cpp: src/graphics/vulkan/ComputePipeline.cpp#L0
File src/graphics/vulkan/ComputePipeline.cpp does not conform to Custom style guidelines. (lines 1, 4, 5, 9, 17, 20, 23, 30, 33, 36, 38, 39, 40, 44, 53, 54, 55, 58)
Run clang-format on src/graphics/vulkan/pipelines.cpp: src/graphics/vulkan/pipelines.cpp#L0
File src/graphics/vulkan/pipelines.cpp does not conform to Custom style guidelines. (lines 1, 81, 158, 169, 171, 176, 182, 187, 192, 203, 207)
Run clang-format on src/core/Mesh.cpp: src/core/Mesh.cpp#L0
File src/core/Mesh.cpp does not conform to Custom style guidelines. (lines 35)