Skip to content

ci: Update 3rd-party components #149

ci: Update 3rd-party components

ci: Update 3rd-party components #149

Triggered via push August 8, 2024 10:54
Status Success
Total duration 39s
Artifacts

linter.yml

on: push
cpp-linter
32s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
common/heap_4.c:39:10 [clang-diagnostic-error]: common/heap_4.c#L39
'config.h' file not found
tee/kernel/pseudo_ta.c:32:10 [clang-diagnostic-error]: tee/kernel/pseudo_ta.c#L32
'kernel/pseudo_ta.h' file not found
tee/tee/uuid.c:8:10 [clang-diagnostic-error]: tee/tee/uuid.c#L8
'tee/uuid.h' file not found
tee/tee/tee_pobj.c:32:10 [clang-diagnostic-error]: tee/tee/tee_pobj.c#L32
'tee/tee_pobj.h' file not found
tee/tee/tee_obj.c:29:10 [clang-diagnostic-error]: tee/tee/tee_obj.c#L29
'tee/tee_obj.h' file not found
common/heap_4.c:106:36 [cppcoreguidelines-avoid-non-const-global-variables]: common/heap_4.c#L106
variable 'ucHeap' is non-const and globally accessible, consider making it const
common/heap_4.c:140:36 [cppcoreguidelines-avoid-non-const-global-variables]: common/heap_4.c#L140
variable 'xStart' is non-const and globally accessible, consider making it const
common/heap_4.c:140:46 [cppcoreguidelines-avoid-non-const-global-variables]: common/heap_4.c#L140
variable 'pxEnd' is non-const and globally accessible, consider making it const
common/heap_4.c:140:46 [cppcoreguidelines-avoid-non-const-global-variables]: common/heap_4.c#L140
variable 'pxEnd' provides global access to a non-const object; consider making the pointed-to data 'const'
common/heap_4.c:144:31 [cppcoreguidelines-avoid-non-const-global-variables]: common/heap_4.c#L144
variable 'xFreeBytesRemaining' is non-const and globally accessible, consider making it const
common/heap_4.c:145:31 [cppcoreguidelines-avoid-non-const-global-variables]: common/heap_4.c#L145
variable 'xMinimumEverFreeBytesRemaining' is non-const and globally accessible, consider making it const
common/heap_4.c:146:31 [cppcoreguidelines-avoid-non-const-global-variables]: common/heap_4.c#L146
variable 'xNumberOfSuccessfulAllocations' is non-const and globally accessible, consider making it const
common/heap_4.c:147:31 [cppcoreguidelines-avoid-non-const-global-variables]: common/heap_4.c#L147
variable 'xNumberOfSuccessfulFrees' is non-const and globally accessible, consider making it const
common/heap_4.c:153:31 [cppcoreguidelines-avoid-non-const-global-variables]: common/heap_4.c#L153
variable 'xBlockAllocatedBit' is non-const and globally accessible, consider making it const
common/heap_4.c:157:8 [readability-function-cognitive-complexity]: common/heap_4.c#L157
function 'pvPortMalloc' has cognitive complexity of 39 (threshold 25)