Skip to content

299 setup code formatter #23

299 setup code formatter

299 setup code formatter #23

Triggered via pull request September 23, 2024 20:47
Status Success
Total duration 2m 14s
Artifacts

cpp-linter.yml

on: pull_request
cpp-linter
31s
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