Skip to content

Git rework

Git rework #212

Triggered via pull request October 18, 2024 17:44
Status Success
Total duration 44s
Artifacts

c-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 9 warnings
src/get.c:7:10 [clang-diagnostic-error]: src/get.c#L7
'git2.h' file not found
src/init.c:5:10 [clang-diagnostic-error]: src/init.c#L5
'git2.h' file not found
src/get.c:38:10 [cppcoreguidelines-init-variables]: src/get.c#L38
variable 'd' is not initialized
src/get.c:39:20 [cppcoreguidelines-init-variables]: src/get.c#L39
variable 'dir' is not initialized
src/get.c:54:64 [readability-braces-around-statements]: src/get.c#L54
statement should be inside braces
src/get.c:173:30 [cppcoreguidelines-init-variables]: src/get.c#L173
variable 'error' is not initialized
src/get.c:182:30 [cppcoreguidelines-init-variables]: src/get.c#L182
variable 'error' is not initialized
src/get.c:189:30 [cppcoreguidelines-init-variables]: src/get.c#L189
variable 'error' is not initialized
src/init.c:41:12 [cppcoreguidelines-init-variables]: src/init.c#L41
variable 'formats' is not initialized
c-linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/