Skip to content

[nasa/cryptolib#299] Re-add style and remove tidy-review #17

[nasa/cryptolib#299] Re-add style and remove tidy-review

[nasa/cryptolib#299] Re-add style and remove tidy-review #17

Triggered via push September 23, 2024 20:34
Status Success
Total duration 37s
Artifacts

cpp-linter.yml

on: push
cpp-linter
28s
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