Skip to content

basic changes

basic changes #13

Triggered via pull request October 31, 2023 19:09
Status Success
Total duration 39s
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

10 warnings
/src/globals.c:13:6 [cppcoreguidelines-avoid-non-const-global-variables]: src/globals.c#L13
variable 'TESTING' is non-const and globally accessible, consider making it const
/src/globals.c:16:6 [cppcoreguidelines-avoid-non-const-global-variables]: src/globals.c#L16
variable 'OVERWRITE' is non-const and globally accessible, consider making it const
/src/globals.c:19:6 [cppcoreguidelines-avoid-non-const-global-variables]: src/globals.c#L19
variable 'QUIET' is non-const and globally accessible, consider making it const
/src/globals.c:22:10 [cppcoreguidelines-avoid-non-const-global-variables]: src/globals.c#L22
variable 'INSTALLED_DB' is non-const and globally accessible, consider making it const
/src/globals.c:22:10 [cppcoreguidelines-avoid-non-const-global-variables]: src/globals.c#L22
variable 'INSTALLED_DB' provides global access to a non-const object; consider making the pointed-to data 'const'
/src/globals.c:23:10 [cppcoreguidelines-avoid-non-const-global-variables]: src/globals.c#L23
variable 'ALL_DB' is non-const and globally accessible, consider making it const
/src/globals.c:23:10 [cppcoreguidelines-avoid-non-const-global-variables]: src/globals.c#L23
variable 'ALL_DB' provides global access to a non-const object; consider making the pointed-to data 'const'
/src/globals.c:26:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/globals.c#L26
variable 'PACKAGE_QUEUE' is non-const and globally accessible, consider making it const
/src/globals.c:27:5 [cppcoreguidelines-avoid-non-const-global-variables]: src/globals.c#L27
variable 'QUEUE_COUNT' is non-const and globally accessible, consider making it const
/src/init.c:51:12 [cppcoreguidelines-init-variables]: src/init.c#L51
variable 'formats' is not initialized