Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More cleanups after new build system adoption #933

Merged
merged 24 commits into from
Nov 11, 2024

chore: adjust build targets in CI

b6c124f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

More cleanups after new build system adoption #933

chore: adjust build targets in CI
b6c124f
Select commit
Loading
Failed to load commit list.
GitHub Actions / cpplint completed Nov 11, 2024 in 0s

reviewdog [cpplint] report

reported by reviewdog 🐶

Findings (2)

src/zen_time.c|95| If you can, use sizeof(s_result) instead of 1024 as the 2nd arg to snprintf. [runtime/printf] [3]
src/zen_time.c|95| Add #include for snprintf [build/include_what_you_use] [4]

Filtered Findings (0)

Annotations

Check warning on line 95 in src/zen_time.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_time.c#L95

 If you can, use sizeof(s_result) instead of 1024 as the 2nd arg to snprintf.  [runtime/printf] [3]
Raw output
src/zen_time.c:95:  If you can, use sizeof(s_result) instead of 1024 as the 2nd arg to snprintf.  [runtime/printf] [3]

Check warning on line 95 in src/zen_time.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_time.c#L95

 Add #include <cstdio> for snprintf  [build/include_what_you_use] [4]
Raw output
src/zen_time.c:95:  Add #include <cstdio> for snprintf  [build/include_what_you_use] [4]