Skip to content

[nasa/cryptolib#299] Try new style name #19

[nasa/cryptolib#299] Try new style name

[nasa/cryptolib#299] Try new style name #19

Triggered via push September 23, 2024 20:38
Status Success
Total duration 1m 12s
Artifacts

cpp-linter.yml

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

Annotations

10 errors and 10 warnings
test/performance/pt_auth_enc_ps.c:35:5 [cppcoreguidelines-avoid-non-const-global-variables]: test/performance/pt_auth_enc_ps.c#L35
variable 'num_frames_1K' is non-const and globally accessible, consider making it const
test/performance/pt_auth_enc_ps.c:36:5 [cppcoreguidelines-avoid-non-const-global-variables]: test/performance/pt_auth_enc_ps.c#L36
variable 'num_frames_100' is non-const and globally accessible, consider making it const
test/performance/pt_auth_enc_ps.c:72:5 [readability-isolate-declaration]: test/performance/pt_auth_enc_ps.c#L72
multiple declarations in a single statement reduces readability