Skip to content

refactor: Move engine into its own project #20

refactor: Move engine into its own project

refactor: Move engine into its own project #20

Triggered via pull request June 9, 2024 20:10
Status Failure
Total duration 1m 3s
Billable time 1m
Artifacts

static_analysis.yaml

on: pull_request
clang-tidy
52s
clang-tidy
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 10 notices
engine/include/engine/entity.h:3:10 [clang-diagnostic-error]: engine/include/engine/entity.h#L3
'engine/components/_component.h' file not found
clang-tidy
Process completed with exit code 1.
Run clang-format on engine/include/engine/common.h: engine/include/engine/common.h#L1
File engine/include/engine/common.h does not conform to Custom style guidelines. (lines 5)
Run clang-format on engine/include/engine/components/gravityComponent.h: engine/include/engine/components/gravityComponent.h#L1
File engine/include/engine/components/gravityComponent.h does not conform to Custom style guidelines. (lines 6, 7, 8, 9, 10)
Run clang-format on engine/include/engine/components/scriptComponent.h: engine/include/engine/components/scriptComponent.h#L1
File engine/include/engine/components/scriptComponent.h does not conform to Custom style guidelines. (lines 6, 7, 8, 9)
Run clang-format on engine/include/engine/components/spriteComponent.h: engine/include/engine/components/spriteComponent.h#L1
File engine/include/engine/components/spriteComponent.h does not conform to Custom style guidelines. (lines 3, 10, 11, 12, 21, 22, 23, 24, 26, 28, 30, 32, 34, 36)
Run clang-format on engine/include/engine/components/transformComponent.h: engine/include/engine/components/transformComponent.h#L1
File engine/include/engine/components/transformComponent.h does not conform to Custom style guidelines. (lines 6, 9, 10, 11, 12, 14, 15, 16, 17)
Run clang-format on engine/include/engine/ecs.h: engine/include/engine/ecs.h#L1
File engine/include/engine/ecs.h does not conform to Custom style guidelines. (lines 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 35, 37, 38, 39, 41)
Run clang-format on engine/include/engine/entity.h: engine/include/engine/entity.h#L1
File engine/include/engine/entity.h does not conform to Custom style guidelines. (lines 3, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 26, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 63)
Run clang-format on engine/include/engine/systems/_system.h: engine/include/engine/systems/_system.h#L1
File engine/include/engine/systems/_system.h does not conform to Custom style guidelines. (lines 7, 8, 9)
Run clang-format on engine/include/engine/systems/input.h: engine/include/engine/systems/input.h#L1
File engine/include/engine/systems/input.h does not conform to Custom style guidelines. (lines 6, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34)
Run clang-format on engine/include/engine/systems/renderSystem.h: engine/include/engine/systems/renderSystem.h#L1
File engine/include/engine/systems/renderSystem.h does not conform to Custom style guidelines. (lines 3, 10, 11, 12, 13, 15, 16, 17, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47)