Skip to content

Update config.c

Update config.c #10

Triggered via pull request October 30, 2023 22:24
Status Success
Total duration 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

c-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
/src/config.c:19:13 [cppcoreguidelines-avoid-non-const-global-variables]: src/config.c#L19
variable 'configEntries' is non-const and globally accessible, consider making it const
/src/config.c:68:15 [cppcoreguidelines-avoid-magic-numbers: src/config.c#L68
1024 is a magic number; consider replacing it with a named constant