Skip to content

Feat/ketopt

Feat/ketopt #146

Triggered via pull request November 25, 2024 13:34
@jaromiljaromil
synchronize #42
feat/ketopt
Status Success
Total duration 1m 31s
Artifacts

main.yml

on: pull_request
🚨 REUSE Compliance
12s
🚨 REUSE Compliance
🚨 C lint
13s
🚨 C lint
🐧 Musl Linux test
16s
🐧 Musl Linux test
πŸͺŸ Windows native test
56s
πŸͺŸ Windows native test
🍎 OSX native test
18s
🍎 OSX native test
πŸ€– Semantic release
0s
πŸ€– Semantic release
🐧 Musl Linux binary release build
0s
🐧 Musl Linux binary release build
πŸͺŸ Windows native binary release build
0s
πŸͺŸ Windows native binary release build
🍎 OSX native binary release build
0s
🍎 OSX native binary release build
πŸ“¦ Pack release
0s
πŸ“¦ Pack release
🧻 Remove tag on fail
0s
🧻 Remove tag on fail
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
[cpplint] src/file.c#L105: src/file.c#L105
Almost always, snprintf is better than strcat [runtime/printf] [4]
[cpplint] src/ketopt.h#L1: src/ketopt.h#L1
#ifndef header guard has wrong style, please use: SRC_KETOPT_H_ [build/header_guard] [5]
[cpplint] src/ketopt.h#L120: src/ketopt.h#L120
#endif line should be "#endif // SRC_KETOPT_H_" [build/header_guard] [5]
[cpplint] src/repl.c#L341: src/repl.c#L341
Almost always, snprintf is better than strcpy [runtime/printf] [4]
[cpplint] src/repl.c#L359: src/repl.c#L359
Almost always, snprintf is better than strcat [runtime/printf] [4]
[cpplint] src/repl.c#L396: src/repl.c#L396
Almost always, snprintf is better than strcat [runtime/printf] [4]
[cpplint] src/repl.c#L347: src/repl.c#L347
Add #include <cstdio> for fflush [build/include_what_you_use] [4]