Feat/ketopt #146
main.yml
on: pull_request
π§ Musl Linux binary release build
0s
πͺ Windows native binary release build
0s
π OSX native binary release build
0s
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]
|