Skip to content

Test Linter

Test Linter #14

Triggered via push February 19, 2024 18:11
Status Success
Total duration 51s
Artifacts

linter.yml

on: push
cpp-linter
40s
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:33:10 [clang-diagnostic-error]: apps/aes/ca/aes_ns.c#L33
'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/ecdsa_keygen.c:62:16 [bugprone-reserved-identifier]: tools/ecdsa_keygen.c#L62
declaration uses identifier '_AES_DATA', which is a reserved identifier
tools/ecdsa_keygen.c:78:10 [cppcoreguidelines-avoid-non-const-global-variables]: tools/ecdsa_keygen.c#L78
variable 'key' is non-const and globally accessible, consider making it const
tools/ecdsa_keygen.c:82:10 [cppcoreguidelines-avoid-non-const-global-variables]: tools/ecdsa_keygen.c#L82
variable 'iv' is non-const and globally accessible, consider making it const
tools/ecdsa_keygen.c:89:26 [readability-named-parameter]: tools/ecdsa_keygen.c#L89
all parameters should be named in a function
tools/ecdsa_keygen.c:90:26 [readability-named-parameter]: tools/ecdsa_keygen.c#L90
all parameters should be named in a function
tools/ecdsa_keygen.c:91:34 [readability-named-parameter]: tools/ecdsa_keygen.c#L91
all parameters should be named in a function
tools/ecdsa_keygen.c:92:28 [readability-named-parameter]: tools/ecdsa_keygen.c#L92
all parameters should be named in a function
tools/ecdsa_keygen.c:93:31 [readability-named-parameter]: tools/ecdsa_keygen.c#L93
all parameters should be named in a function