Skip to content

Bump cpp-linter/cpp-linter-action from a37e579de27f4a759c4c5f18f1d43592076236c9 to 4afb97cfa83cf51df33e9cd77b8e25ba5dfe236c #157

Bump cpp-linter/cpp-linter-action from a37e579de27f4a759c4c5f18f1d43592076236c9 to 4afb97cfa83cf51df33e9cd77b8e25ba5dfe236c

Bump cpp-linter/cpp-linter-action from a37e579de27f4a759c4c5f18f1d43592076236c9 to 4afb97cfa83cf51df33e9cd77b8e25ba5dfe236c #157

Status Success
Total duration 47s
Artifacts

linter.yml

on: pull_request
cpp-linter
38s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
apps/test/ta/test_ta.c:29:10 [clang-diagnostic-error]: apps/test/ta/test_ta.c#L29
'tee_internal_api.h' file not found
apps/aes/ca/aes_ns.c:35:10 [clang-diagnostic-error]: apps/aes/ca/aes_ns.c#L35
'tee_client_api.h' file not found
apps/aes/ta/aes_ta.c:29:10 [clang-diagnostic-error]: apps/aes/ta/aes_ta.c#L29
'tee_internal_api.h' file not found
tools/cfgdefine.c:52:6 [cppcoreguidelines-avoid-non-const-global-variables]: tools/cfgdefine.c#L52
variable 'line' is non-const and globally accessible, consider making it const
tools/cfgdefine.c:62:20 [cppcoreguidelines-avoid-non-const-global-variables]: tools/cfgdefine.c#L62
variable 'dequote_list' is non-const and globally accessible, consider making it const
tools/cfgdefine.c:220:14 [readability-function-cognitive-complexity]: tools/cfgdefine.c#L220
function 'dequote_value' has cognitive complexity of 30 (threshold 25)