Feat/zencc #1220
reviewdog [cpplint] report
reported by reviewdog 🐶
Findings (10)
src/cflag.c|7| Include the directory when naming header files [build/include_subdir] [4]
src/cflag.c|370| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/cflag.c|395| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/cflag.c|413| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/cflag.h|8| #ifndef header guard has wrong style, please use: SRC_CFLAG_H_ [build/header_guard] [5]
src/cflag.h|81| #endif line should be "#endif // SRC_CFLAG_H_" [build/header_guard] [5]
src/zencc.c|37| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/zencc.c|156| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/zencc.c|163| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/zencc.c|169| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Filtered Findings (0)
Annotations
Check warning on line 7 in src/cflag.c
github-actions / cpplint
[cpplint] src/cflag.c#L7
Include the directory when naming header files [build/include_subdir] [4]
Raw output
src/cflag.c:7: Include the directory when naming header files [build/include_subdir] [4]
Check warning on line 370 in src/cflag.c
github-actions / cpplint
[cpplint] src/cflag.c#L370
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Raw output
src/cflag.c:370: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Check warning on line 395 in src/cflag.c
github-actions / cpplint
[cpplint] src/cflag.c#L395
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Raw output
src/cflag.c:395: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Check warning on line 413 in src/cflag.c
github-actions / cpplint
[cpplint] src/cflag.c#L413
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Raw output
src/cflag.c:413: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Check warning on line 8 in src/cflag.h
github-actions / cpplint
[cpplint] src/cflag.h#L8
#ifndef header guard has wrong style, please use: SRC_CFLAG_H_ [build/header_guard] [5]
Raw output
src/cflag.h:8: #ifndef header guard has wrong style, please use: SRC_CFLAG_H_ [build/header_guard] [5]
Check warning on line 81 in src/cflag.h
github-actions / cpplint
[cpplint] src/cflag.h#L81
#endif line should be "#endif // SRC_CFLAG_H_" [build/header_guard] [5]
Raw output
src/cflag.h:81: #endif line should be "#endif // SRC_CFLAG_H_" [build/header_guard] [5]
Check warning on line 37 in src/zencc.c
github-actions / cpplint
[cpplint] src/zencc.c#L37
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Raw output
src/zencc.c:37: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Check warning on line 156 in src/zencc.c
github-actions / cpplint
[cpplint] src/zencc.c#L156
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Raw output
src/zencc.c:156: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Check warning on line 163 in src/zencc.c
github-actions / cpplint
[cpplint] src/zencc.c#L163
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Raw output
src/zencc.c:163: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Check warning on line 169 in src/zencc.c
github-actions / cpplint
[cpplint] src/zencc.c#L169
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Raw output
src/zencc.c:169: Use int16/int64/etc, rather than the C type long [runtime/int] [4]