Feat/zencc #1187
main.yml
on: pull_request
Matrix: 🐹 go build & checks
Matrix: 🐯 js build & checks
Matrix: 🥷 meson/ninja test
Matrix: 🦀 rust build & checks
Matrix: 🐍 Python checks
🐯 js build release
0s
🐧 Binary builds on Ubuntu
0s
🍎 mac osx release build
0s
📦 npm release
0s
📦 PyPI release
0s
Annotations
1 error and 10 warnings
🚨 Lua lint
Process completed with exit code 1.
|
[cpplint] src/cflag.c#L7:
src/cflag.c#L7
Include the directory when naming header files [build/include_subdir] [4]
|
[cpplint] src/cflag.c#L370:
src/cflag.c#L370
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
|
[cpplint] src/cflag.c#L395:
src/cflag.c#L395
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
|
[cpplint] src/cflag.c#L413:
src/cflag.c#L413
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
|
[cpplint] src/cflag.h#L8:
src/cflag.h#L8
#ifndef header guard has wrong style, please use: SRC_CFLAG_H_ [build/header_guard] [5]
|
[cpplint] src/cflag.h#L81:
src/cflag.h#L81
#endif line should be "#endif // SRC_CFLAG_H_" [build/header_guard] [5]
|
[cpplint] src/zencc.c#L37:
src/zencc.c#L37
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
|
[cpplint] src/zencc.c#L156:
src/zencc.c#L156
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
|
[cpplint] src/zencc.c#L163:
src/zencc.c#L163
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
|
[cpplint] src/zencc.c#L169:
src/zencc.c#L169
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
|