Skip to content

pages build and deployment #687

pages build and deployment

pages build and deployment #687

Triggered via dynamic November 24, 2025 15:54
Status Success
Total duration 3m 41s
Artifacts –

pages-build-deployment

on: dynamic
Fit to window
Zoom out
Zoom in

Annotations

535 warnings
[cpplint] src/api_sign.c#L142: src/api_sign.c#L142
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/api_sign.c#L175: src/api_sign.c#L175
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/api_sign.c#L176: src/api_sign.c#L176
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/api_sign.c#L183: src/api_sign.c#L183
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/api_sign.c#L187: src/api_sign.c#L187
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/api_sign.c#L191: src/api_sign.c#L191
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/api_sign.c#L199: src/api_sign.c#L199
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/api_sign.c#L200: src/api_sign.c#L200
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/api_sign.c#L201: src/api_sign.c#L201
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/api_sign.c#L210: src/api_sign.c#L210
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/api_sign.c#L214: src/api_sign.c#L214
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/api_sign.c#L228: src/api_sign.c#L228
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/api_sign.c#L229: src/api_sign.c#L229
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/api_sign.c#L230: src/api_sign.c#L230
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/api_sign.c#L236: src/api_sign.c#L236
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/api_sign.c#L239: src/api_sign.c#L239
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/api_sign.c#L242: src/api_sign.c#L242
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/base58.c#L45: src/base58.c#L45
Do not use variable-length arrays. Use an appropriately named ('k' followed by CamelCase) compile-time constant for the size. [runtime/arrays] [1]
[cpplint] src/base58.c#L52: src/base58.c#L52
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/base58.c#L55: src/base58.c#L55
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/base58.c#L59: src/base58.c#L59
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/base58.c#L63: src/base58.c#L63
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/base58.c#L86: src/base58.c#L86
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/base58.c#L94: src/base58.c#L94
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/base58.c#L101: src/base58.c#L101
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/base58.c#L111: src/base58.c#L111
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/base58.c#L121: src/base58.c#L121
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/base58.c#L124: src/base58.c#L124
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/base58.c#L126: src/base58.c#L126
Do not use variable-length arrays. Use an appropriately named ('k' followed by CamelCase) compile-time constant for the size. [runtime/arrays] [1]
[cpplint] src/base58.c#L128: src/base58.c#L128
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/base58.c#L142: src/base58.c#L142
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/base58.c#L143: src/base58.c#L143
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
[cpplint] src/base58.c#L144: src/base58.c#L144
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/base58.c#L150: src/base58.c#L150
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/base58.c#L157: src/base58.c#L157
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/bip39_english.h: src/bip39_english.h#L0
No #ifndef header guard found, suggested CPP variable is: SRC_BIP39_ENGLISH_H_ [build/header_guard] [5]
[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_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/cflag.c#L395: src/cflag.c#L395
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/cflag.c#L413: src/cflag.c#L413
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/cflag.c#L316: src/cflag.c#L316
Add #include <cstdio> for sscanf [build/include_what_you_use] [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/cli-zenroom.c#L49: src/cli-zenroom.c#L49
"sys/types.h" already included at src/cli-zenroom.c:34 [build/include] [4]
[cpplint] src/cli-zenroom.c#L72: src/cli-zenroom.c#L72
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
[cpplint] src/cli-zenroom.c#L132: src/cli-zenroom.c#L132
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/cli-zenroom.c#L219: src/cli-zenroom.c#L219
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/cli-zenroom.c#L314: src/cli-zenroom.c#L314
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/cli-zenroom.c#L315: src/cli-zenroom.c#L315
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/cli-zenroom.c#L316: src/cli-zenroom.c#L316
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/cli-zenroom.c#L467: src/cli-zenroom.c#L467
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/cli-zenroom.c#L508: src/cli-zenroom.c#L508
Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
[cpplint] src/cli-zenroom.c#L516: src/cli-zenroom.c#L516
Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
[cpplint] src/cli-zenroom.c#L554: src/cli-zenroom.c#L554
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/cortex_m.c: src/cortex_m.c#L0
No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
[cpplint] src/cortex_m.c#L7: src/cortex_m.c#L7
Include the directory when naming header files [build/include_subdir] [4]
[cpplint] src/cortex_m.c#L12: src/cortex_m.c#L12
"stdbool.h" already included at src/cortex_m.c:6 [build/include] [4]
[cpplint] src/cortex_m.c#L123: src/cortex_m.c#L123
Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
[cpplint] src/cortex_m.c#L152: src/cortex_m.c#L152
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/cortex_m.c#L146: src/cortex_m.c#L146
Add #include <string> for string [build/include_what_you_use] [4]
[cpplint] src/encoding.c#L28: src/encoding.c#L28
Include the directory when naming header files [build/include_subdir] [4]
[cpplint] src/encoding.c#L29: src/encoding.c#L29
Found C system header after other header. Should be: encoding.h, c system, c++ system, other. [build/include_order] [4]
[cpplint] src/encoding.c#L53: src/encoding.c#L53
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
[cpplint] src/encoding.c#L54: src/encoding.c#L54
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
[cpplint] src/encoding.c#L118: src/encoding.c#L118
"ctype.h" already included at src/encoding.c:26 [build/include] [4]
[cpplint] src/encoding.c#L119: src/encoding.c#L119
"string.h" already included at src/encoding.c:25 [build/include] [4]
[cpplint] src/encoding.c#L171: src/encoding.c#L171
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
[cpplint] src/encoding.c#L347: src/encoding.c#L347
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/encoding.c#L348: src/encoding.c#L348
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/encoding.c#L349: src/encoding.c#L349
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/encoding.c#L350: src/encoding.c#L350
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/encoding.c#L351: src/encoding.c#L351
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/encoding.c#L393: src/encoding.c#L393
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/encoding.c#L409: src/encoding.c#L409
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/encoding.c#L430: src/encoding.c#L430
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/encoding.c#L439: src/encoding.c#L439
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/encoding.c#L440: src/encoding.c#L440
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/encoding.c#L441: src/encoding.c#L441
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/encoding.c#L442: src/encoding.c#L442
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/encoding.c#L443: src/encoding.c#L443
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/encoding.c#L473: src/encoding.c#L473
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/encoding.c#L482: src/encoding.c#L482
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/encoding.c#L488: src/encoding.c#L488
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/encoding.c#L531: src/encoding.c#L531
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/encoding.c#L560: src/encoding.c#L560
Almost always, snprintf is better than strcpy [runtime/printf] [4]
[cpplint] src/encoding.c#L647: src/encoding.c#L647
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/encoding.c#L21: src/encoding.c#L21
src/encoding.c should include its header file src/encoding.h [build/include] [5]
[cpplint] src/encoding.h#L21: src/encoding.h#L21
#ifndef header guard has wrong style, please use: SRC_ENCODING_H_ [build/header_guard] [5]
[cpplint] src/encoding.h#L56: src/encoding.h#L56
#endif line should be "#endif // SRC_ENCODING_H_" [build/header_guard] [5]
[cpplint] src/erlang.c#L68: src/erlang.c#L68
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/hedley.h: src/hedley.h#L0
No #ifndef header guard found, suggested CPP variable is: SRC_HEDLEY_H_ [build/header_guard] [5]
[cpplint] src/hedley.h#L82: src/hedley.h#L82
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L91: src/hedley.h#L91
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L93: src/hedley.h#L93
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L104: src/hedley.h#L104
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L106: src/hedley.h#L106
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L115: src/hedley.h#L115
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L124: src/hedley.h#L124
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L140: src/hedley.h#L140
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L165: src/hedley.h#L165
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L167: src/hedley.h#L167
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L169: src/hedley.h#L169
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L171: src/hedley.h#L171
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L178: src/hedley.h#L178
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L187: src/hedley.h#L187
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L194: src/hedley.h#L194
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L203: src/hedley.h#L203
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L205: src/hedley.h#L205
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L248: src/hedley.h#L248
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L265: src/hedley.h#L265
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L272: src/hedley.h#L272
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L281: src/hedley.h#L281
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L288: src/hedley.h#L288
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L297: src/hedley.h#L297
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L304: src/hedley.h#L304
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L313: src/hedley.h#L313
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L320: src/hedley.h#L320
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L329: src/hedley.h#L329
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L336: src/hedley.h#L336
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L345: src/hedley.h#L345
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L352: src/hedley.h#L352
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L372: src/hedley.h#L372
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L408: src/hedley.h#L408
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L433: src/hedley.h#L433
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L440: src/hedley.h#L440
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L456: src/hedley.h#L456
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L472: src/hedley.h#L472
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L962: src/hedley.h#L962
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L1041: src/hedley.h#L1041
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L1044: src/hedley.h#L1044
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L1293: src/hedley.h#L1293
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L1295: src/hedley.h#L1295
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L1314: src/hedley.h#L1314
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L1379: src/hedley.h#L1379
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L1384: src/hedley.h#L1384
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L1777: src/hedley.h#L1777
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L1780: src/hedley.h#L1780
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/hedley.h#L1794: src/hedley.h#L1794
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/lua_functions.c#L100: src/lua_functions.c#L100
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/lua_functions.h: src/lua_functions.h#L0
No #ifndef header guard found, suggested CPP variable is: SRC_LUA_FUNCTIONS_H_ [build/header_guard] [5]
[cpplint] src/lua_modules.c#L192: src/lua_modules.c#L192
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c: src/mutt_sprintf.c#L0
No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
[cpplint] src/mutt_sprintf.c#L95: src/mutt_sprintf.c#L95
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L105: src/mutt_sprintf.c#L105
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/mutt_sprintf.c#L107: src/mutt_sprintf.c#L107
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/mutt_sprintf.c#L110: src/mutt_sprintf.c#L110
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L166: src/mutt_sprintf.c#L166
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L171: src/mutt_sprintf.c#L171
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L173: src/mutt_sprintf.c#L173
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L178: src/mutt_sprintf.c#L178
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L180: src/mutt_sprintf.c#L180
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L227: src/mutt_sprintf.c#L227
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L272: src/mutt_sprintf.c#L272
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L275: src/mutt_sprintf.c#L275
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/mutt_sprintf.c#L287: src/mutt_sprintf.c#L287
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/mutt_sprintf.c#L289: src/mutt_sprintf.c#L289
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/mutt_sprintf.c#L291: src/mutt_sprintf.c#L291
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/mutt_sprintf.c#L299: src/mutt_sprintf.c#L299
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/mutt_sprintf.c#L303: src/mutt_sprintf.c#L303
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/mutt_sprintf.c#L313: src/mutt_sprintf.c#L313
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/mutt_sprintf.c#L317: src/mutt_sprintf.c#L317
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/mutt_sprintf.c#L349: src/mutt_sprintf.c#L349
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
[cpplint] src/mutt_sprintf.c#L356: src/mutt_sprintf.c#L356
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/mutt_sprintf.c#L360: src/mutt_sprintf.c#L360
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
[cpplint] src/mutt_sprintf.c#L361: src/mutt_sprintf.c#L361
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
[cpplint] src/mutt_sprintf.c#L364: src/mutt_sprintf.c#L364
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/mutt_sprintf.c#L365: src/mutt_sprintf.c#L365
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/mutt_sprintf.c#L366: src/mutt_sprintf.c#L366
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/mutt_sprintf.c#L401: src/mutt_sprintf.c#L401
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L403: src/mutt_sprintf.c#L403
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L406: src/mutt_sprintf.c#L406
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L422: src/mutt_sprintf.c#L422
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
[cpplint] src/mutt_sprintf.c#L424: src/mutt_sprintf.c#L424
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L426: src/mutt_sprintf.c#L426
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L428: src/mutt_sprintf.c#L428
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L456: src/mutt_sprintf.c#L456
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L459: src/mutt_sprintf.c#L459
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L461: src/mutt_sprintf.c#L461
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L473: src/mutt_sprintf.c#L473
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L493: src/mutt_sprintf.c#L493
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L508: src/mutt_sprintf.c#L508
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L520: src/mutt_sprintf.c#L520
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L522: src/mutt_sprintf.c#L522
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.c#L544: src/mutt_sprintf.c#L544
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/mutt_sprintf.h: src/mutt_sprintf.h#L0
No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
[cpplint] src/mutt_sprintf.h#L5: src/mutt_sprintf.h#L5
#ifndef header guard has wrong style, please use: SRC_MUTT_SPRINTF_H_ [build/header_guard] [5]
[cpplint] src/mutt_sprintf.h#L17: src/mutt_sprintf.h#L17
#endif line should be "#endif // SRC_MUTT_SPRINTF_H_" [build/header_guard] [5]
[cpplint] src/p256-m.c: src/p256-m.c#L0
No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
[cpplint] src/p256-m.c#L1095: src/p256-m.c#L1095
Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
[cpplint] src/p256-m.c#L1299: src/p256-m.c#L1299
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/p256-m.h: src/p256-m.h#L0
No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
[cpplint] src/p256-m.h#L7: src/p256-m.h#L7
#ifndef header guard has wrong style, please use: SRC_P256_M_H_ [build/header_guard] [5]
[cpplint] src/p256-m.h#L141: src/p256-m.h#L141
#endif line should be "#endif // SRC_P256_M_H_" [build/header_guard] [5]
[cpplint] src/randombytes.c#L24: src/randombytes.c#L24
Include the directory when naming header files [build/include_subdir] [4]
[cpplint] src/randombytes.c#L70: src/randombytes.c#L70
"stdlib.h" already included at src/randombytes.c:65 [build/include] [4]
[cpplint] src/randombytes.c#L88: src/randombytes.c#L88
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/randombytes.c#L89: src/randombytes.c#L89
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/randombytes.c#L90: src/randombytes.c#L90
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/randombytes.c#L96: src/randombytes.c#L96
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/randombytes.h: src/randombytes.h#L0
No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
[cpplint] src/randombytes.h#L1: src/randombytes.h#L1
#ifndef header guard has wrong style, please use: SRC_RANDOMBYTES_H_ [build/header_guard] [5]
[cpplint] src/randombytes.h#L21: src/randombytes.h#L21
#endif line should be "#endif // SRC_RANDOMBYTES_H_" [build/header_guard] [5]
[cpplint] src/repl.c#L54: src/repl.c#L54
Add #include <cstdio> for fflush [build/include_what_you_use] [4]
[cpplint] src/repl.c#L23: src/repl.c#L23
src/repl.c should include its header file src/repl.h [build/include] [5]
[cpplint] src/repl.h: src/repl.h#L0
No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
[cpplint] src/repl.h#L1: src/repl.h#L1
#ifndef header guard has wrong style, please use: SRC_REPL_H_ [build/header_guard] [5]
[cpplint] src/repl.h#L10: src/repl.h#L10
#endif line should be "#endif // SRC_REPL_H_" [build/header_guard] [5]
[cpplint] src/rmd160.c: src/rmd160.c#L0
No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
[cpplint] src/rmd160.c#L43: src/rmd160.c#L43
Include the directory when naming header files [build/include_subdir] [4]
[cpplint] src/rmd160.c#L86: src/rmd160.c#L86
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/rmd160.c#L178: src/rmd160.c#L178
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/rmd160.c#L213: src/rmd160.c#L213
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/rmd160.h: src/rmd160.h#L0
No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
[cpplint] src/rmd160.h#L36: src/rmd160.h#L36
#ifndef header guard has wrong style, please use: SRC_RMD160_H_ [build/header_guard] [5]
[cpplint] src/rmd160.h#L148: src/rmd160.h#L148
#endif line should be "#endif // SRC_RMD160_H_" [build/header_guard] [5]
[cpplint] src/rmd160.h#L67: src/rmd160.h#L67
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/rmd160.h#L68: src/rmd160.h#L68
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/rmd160.h#L70: src/rmd160.h#L70
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/rmd160.h#L72: src/rmd160.h#L72
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/segwit_addr.c#L26: src/segwit_addr.c#L26
Include the directory when naming header files [build/include_subdir] [4]
[cpplint] src/segwit_addr.c#L156: src/segwit_addr.c#L156
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/segwit_addr.h#L22: src/segwit_addr.h#L22
#ifndef header guard has wrong style, please use: SRC_SEGWIT_ADDR_H_ [build/header_guard] [5]
[cpplint] src/segwit_addr.h#L113: src/segwit_addr.h#L113
#endif line should be "#endif // SRC_SEGWIT_ADDR_H_" [build/header_guard] [5]
[cpplint] src/sfpool.h#L23: src/sfpool.h#L23
#ifndef header guard has wrong style, please use: SRC_SFPOOL_H_ [build/header_guard] [5]
[cpplint] src/sfpool.h#L278: src/sfpool.h#L278
#endif line should be "#endif // SRC_SFPOOL_H_" [build/header_guard] [5]
[cpplint] src/sfpool.h#L36: src/sfpool.h#L36
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/sfpool.h#L173: src/sfpool.h#L173
Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
[cpplint] src/sfpool.h#L195: src/sfpool.h#L195
Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
[cpplint] src/sfpool.h#L236: src/sfpool.h#L236
Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
[cpplint] src/stb_c_lexer.h: src/stb_c_lexer.h#L0
No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
[cpplint] src/stb_c_lexer.h: src/stb_c_lexer.h#L0
No #ifndef header guard found, suggested CPP variable is: SRC_STB_C_LEXER_H_ [build/header_guard] [5]
[cpplint] src/stb_c_lexer.h#L74: src/stb_c_lexer.h#L74
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/stb_c_lexer.h#L75: src/stb_c_lexer.h#L75
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/stb_c_lexer.h#L81: src/stb_c_lexer.h#L81
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/stb_c_lexer.h#L118: src/stb_c_lexer.h#L118
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/stb_c_lexer.h#L120: src/stb_c_lexer.h#L120
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/stb_c_lexer.h#L135: src/stb_c_lexer.h#L135
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/stb_c_lexer.h#L146: src/stb_c_lexer.h#L146
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/stb_c_lexer.h#L148: src/stb_c_lexer.h#L148
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/stb_c_lexer.h#L186: src/stb_c_lexer.h#L186
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/stb_c_lexer.h#L283: src/stb_c_lexer.h#L283
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/stb_c_lexer.h#L298: src/stb_c_lexer.h#L298
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/stb_c_lexer.h#L351: src/stb_c_lexer.h#L351
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/stb_c_lexer.h#L358: src/stb_c_lexer.h#L358
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/stb_c_lexer.h#L606: src/stb_c_lexer.h#L606
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/stb_c_lexer.h#L613: src/stb_c_lexer.h#L613
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/stb_c_lexer.h#L649: src/stb_c_lexer.h#L649
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/stb_c_lexer.h#L712: src/stb_c_lexer.h#L712
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
[cpplint] src/stb_c_lexer.h#L711: src/stb_c_lexer.h#L711
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/stb_c_lexer.h#L724: src/stb_c_lexer.h#L724
Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
[cpplint] src/stb_c_lexer.h#L775: src/stb_c_lexer.h#L775
Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
[cpplint] src/stb_c_lexer.h#L830: src/stb_c_lexer.h#L830
"stdlib.h" already included at src/stb_c_lexer.h:231 [build/include] [4]
[cpplint] src/stb_c_lexer.h#L860: src/stb_c_lexer.h#L860
Add #include <string> for string [build/include_what_you_use] [4]
[cpplint] src/test.c: src/test.c#L0
No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
[cpplint] src/test.c#L2: src/test.c#L2
Include the directory when naming header files [build/include_subdir] [4]
[cpplint] src/test.c#L32: src/test.c#L32
Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
[cpplint] src/test.c#L38: src/test.c#L38
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/test.c#L43: src/test.c#L43
Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
[cpplint] src/test.c#L42: src/test.c#L42
Add #include <cstdio> for printf [build/include_what_you_use] [4]
[cpplint] src/varint.c#L49: src/varint.c#L49
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/varint.c#L64: src/varint.c#L64
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/varint.c#L65: src/varint.c#L65
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/varint.c#L74: src/varint.c#L74
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/varint.c#L9: src/varint.c#L9
src/varint.c should include its header file src/varint.h [build/include] [5]
[cpplint] src/varint.h#L9: src/varint.h#L9
#ifndef header guard has wrong style, please use: SRC_VARINT_H_ [build/header_guard] [5]
[cpplint] src/varint.h#L26: src/varint.h#L26
#endif line should be "#endif // SRC_VARINT_H_" [build/header_guard] [5]
[cpplint] src/zen_bbs.c#L29: src/zen_bbs.c#L29
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_bbs.c#L35: src/zen_bbs.c#L35
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L36: src/zen_bbs.c#L36
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L37: src/zen_bbs.c#L37
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L41: src/zen_bbs.c#L41
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L42: src/zen_bbs.c#L42
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L43: src/zen_bbs.c#L43
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L44: src/zen_bbs.c#L44
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L45: src/zen_bbs.c#L45
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L46: src/zen_bbs.c#L46
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L47: src/zen_bbs.c#L47
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L48: src/zen_bbs.c#L48
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L49: src/zen_bbs.c#L49
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L50: src/zen_bbs.c#L50
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L51: src/zen_bbs.c#L51
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L52: src/zen_bbs.c#L52
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L55: src/zen_bbs.c#L55
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L56: src/zen_bbs.c#L56
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L57: src/zen_bbs.c#L57
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L58: src/zen_bbs.c#L58
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L59: src/zen_bbs.c#L59
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L60: src/zen_bbs.c#L60
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L61: src/zen_bbs.c#L61
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L62: src/zen_bbs.c#L62
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L63: src/zen_bbs.c#L63
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L64: src/zen_bbs.c#L64
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L65: src/zen_bbs.c#L65
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L68: src/zen_bbs.c#L68
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L69: src/zen_bbs.c#L69
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L70: src/zen_bbs.c#L70
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L71: src/zen_bbs.c#L71
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L72: src/zen_bbs.c#L72
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L73: src/zen_bbs.c#L73
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L74: src/zen_bbs.c#L74
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L75: src/zen_bbs.c#L75
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L76: src/zen_bbs.c#L76
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L77: src/zen_bbs.c#L77
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L78: src/zen_bbs.c#L78
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L79: src/zen_bbs.c#L79
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L80: src/zen_bbs.c#L80
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L81: src/zen_bbs.c#L81
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L82: src/zen_bbs.c#L82
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L83: src/zen_bbs.c#L83
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L86: src/zen_bbs.c#L86
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L87: src/zen_bbs.c#L87
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L88: src/zen_bbs.c#L88
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L89: src/zen_bbs.c#L89
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L90: src/zen_bbs.c#L90
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L91: src/zen_bbs.c#L91
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L92: src/zen_bbs.c#L92
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L93: src/zen_bbs.c#L93
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L94: src/zen_bbs.c#L94
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L95: src/zen_bbs.c#L95
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L96: src/zen_bbs.c#L96
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L97: src/zen_bbs.c#L97
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L98: src/zen_bbs.c#L98
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L99: src/zen_bbs.c#L99
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L100: src/zen_bbs.c#L100
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_bbs.c#L101: src/zen_bbs.c#L101
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_big.c#L44: src/zen_big.c#L44
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_big.c#L312: src/zen_big.c#L312
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_big.c#L385: src/zen_big.c#L385
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
[cpplint] src/zen_big.c#L471: src/zen_big.c#L471
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_big.c#L729: src/zen_big.c#L729
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_big.c#L935: src/zen_big.c#L935
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_big.c#L1017: src/zen_big.c#L1017
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_big.c#L1462: src/zen_big.c#L1462
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_big.c#L1465: src/zen_big.c#L1465
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_big.c#L1666: src/zen_big.c#L1666
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_big.c#L1714: src/zen_big.c#L1714
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_big.h#L21: src/zen_big.h#L21
#ifndef header guard has wrong style, please use: SRC_ZEN_BIG_H_ [build/header_guard] [5]
[cpplint] src/zen_big.h#L69: src/zen_big.h#L69
#endif line should be "#endif // SRC_ZEN_BIG_H_" [build/header_guard] [5]
[cpplint] src/zen_big.h#L40: src/zen_big.h#L40
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
[cpplint] src/zen_config.c#L226: src/zen_config.c#L226
Add #include <string> for string [build/include_what_you_use] [4]
[cpplint] src/zen_ecdh.c#L318: src/zen_ecdh.c#L318
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_ecdh.c#L348: src/zen_ecdh.c#L348
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_ecdh.c#L393: src/zen_ecdh.c#L393
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_ecdh.c#L511: src/zen_ecdh.c#L511
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_ecdh.c#L565: src/zen_ecdh.c#L565
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_ecdh.c#L568: src/zen_ecdh.c#L568
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_ecdh.c#L605: src/zen_ecdh.c#L605
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_ecdh.c#L610: src/zen_ecdh.c#L610
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_ecdh.h#L21: src/zen_ecdh.h#L21
#ifndef header guard has wrong style, please use: SRC_ZEN_ECDH_H_ [build/header_guard] [5]
[cpplint] src/zen_ecdh.h#L61: src/zen_ecdh.h#L61
#endif line should be "#endif // SRC_ZEN_ECDH_H_" [build/header_guard] [5]
[cpplint] src/zen_ecp.c#L430: src/zen_ecp.c#L430
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_ecp.c#L706: src/zen_ecp.c#L706
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_ecp.c#L877: src/zen_ecp.c#L877
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_ecp.c#L880: src/zen_ecp.c#L880
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_ecp.c#L882: src/zen_ecp.c#L882
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_ecp.c#L894: src/zen_ecp.c#L894
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_ecp.c#L900: src/zen_ecp.c#L900
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_ecp.c#L951: src/zen_ecp.c#L951
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_ecp.h#L21: src/zen_ecp.h#L21
#ifndef header guard has wrong style, please use: SRC_ZEN_ECP_H_ [build/header_guard] [5]
[cpplint] src/zen_ecp.h#L76: src/zen_ecp.h#L76
#endif line should be "#endif // SRC_ZEN_ECP_H_" [build/header_guard] [5]
[cpplint] src/zen_ecp.h#L33: src/zen_ecp.h#L33
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_ecp.h#L56: src/zen_ecp.h#L56
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_ecp2.c#L101: src/zen_ecp2.c#L101
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_ecp2.c#L147: src/zen_ecp2.c#L147
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_ecp2.c#L395: src/zen_ecp2.c#L395
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_ecp2.c#L595: src/zen_ecp2.c#L595
Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
[cpplint] src/zen_ecp2.c#L656: src/zen_ecp2.c#L656
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_ecp2.c#L664: src/zen_ecp2.c#L664
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_ecp2.c#L665: src/zen_ecp2.c#L665
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_ecp2.c#L688: src/zen_ecp2.c#L688
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_ed.c#L31: src/zen_ed.c#L31
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_error.c#L60: src/zen_error.c#L60
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_error.c#L52: src/zen_error.c#L52
Add #include <cstdio> for fprintf [build/include_what_you_use] [4]
[cpplint] src/zen_error.h#L23: src/zen_error.h#L23
#ifndef header guard has wrong style, please use: SRC_ZEN_ERROR_H_ [build/header_guard] [5]
[cpplint] src/zen_error.h#L150: src/zen_error.h#L150
#endif line should be "#endif // SRC_ZEN_ERROR_H_" [build/header_guard] [5]
[cpplint] src/zen_error.h#L136: src/zen_error.h#L136
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_float.c#L37: src/zen_float.c#L37
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_float.c#L45: src/zen_float.c#L45
If you can, use sizeof(dest) instead of 1024 as the 2nd arg to snprintf. [runtime/printf] [3]
[cpplint] src/zen_float.c#L101: src/zen_float.c#L101
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_float.c#L101: src/zen_float.c#L101
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_float.c#L102: src/zen_float.c#L102
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_float.c#L302: src/zen_float.c#L302
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_float.c#L348: src/zen_float.c#L348
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_float.c#L490: src/zen_float.c#L490
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_float.c#L45: src/zen_float.c#L45
Add #include <cstdio> for snprintf [build/include_what_you_use] [4]
[cpplint] src/zen_float.h#L21: src/zen_float.h#L21
#ifndef header guard has wrong style, please use: SRC_ZEN_FLOAT_H_ [build/header_guard] [5]
[cpplint] src/zen_float.h#L34: src/zen_float.h#L34
#endif line should be "#endif // SRC_ZEN_FLOAT_H_" [build/header_guard] [5]
[cpplint] src/zen_fp12.c#L39: src/zen_fp12.c#L39
Almost always, snprintf is better than strcpy [runtime/printf] [4]
[cpplint] src/zen_fp12.h#L21: src/zen_fp12.h#L21
#ifndef header guard has wrong style, please use: SRC_ZEN_FP12_H_ [build/header_guard] [5]
[cpplint] src/zen_fp12.h#L40: src/zen_fp12.h#L40
#endif line should be "#endif // SRC_ZEN_FP12_H_" [build/header_guard] [5]
[cpplint] src/zen_fuzzer.c#L30: src/zen_fuzzer.c#L30
"zen_error.h" already included at src/zen_fuzzer.c:25 [build/include] [4]
[cpplint] src/zen_fuzzer.c#L46: src/zen_fuzzer.c#L46
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_fuzzer.c#L209: src/zen_fuzzer.c#L209
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_fuzzer.c#L210: src/zen_fuzzer.c#L210
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_fuzzer.c#L255: src/zen_fuzzer.c#L255
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_fuzzer.c#L25: src/zen_fuzzer.c#L25
src/zen_fuzzer.c should include its header file src/zen_fuzzer.h [build/include] [5]
[cpplint] src/zen_fuzzer.h: src/zen_fuzzer.h#L0
No #ifndef header guard found, suggested CPP variable is: SRC_ZEN_FUZZER_H_ [build/header_guard] [5]
[cpplint] src/zen_hash.c#L76: src/zen_hash.c#L76
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_hash.c#L287: src/zen_hash.c#L287
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_hash.c#L288: src/zen_hash.c#L288
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_hash.c#L289: src/zen_hash.c#L289
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_hash.c#L290: src/zen_hash.c#L290
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_hash.c#L291: src/zen_hash.c#L291
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_hash.c#L292: src/zen_hash.c#L292
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_hash.c#L293: src/zen_hash.c#L293
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_hash.c#L579: src/zen_hash.c#L579
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_hash.c#L606: src/zen_hash.c#L606
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_hash.c#L611: src/zen_hash.c#L611
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_hash.h#L21: src/zen_hash.h#L21
#ifndef header guard has wrong style, please use: SRC_ZEN_HASH_H_ [build/header_guard] [5]
[cpplint] src/zen_hash.h#L66: src/zen_hash.h#L66
#endif line should be "#endif // SRC_ZEN_HASH_H_" [build/header_guard] [5]
[cpplint] src/zen_io.c#L124: src/zen_io.c#L124
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_octet.c#L66: src/zen_octet.c#L66
"zen_error.h" already included at src/zen_octet.c:60 [build/include] [4]
[cpplint] src/zen_octet.c#L361: src/zen_octet.c#L361
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_octet.c#L375: src/zen_octet.c#L375
Almost always, snprintf is better than strcpy [runtime/printf] [4]
[cpplint] src/zen_octet.c#L608: src/zen_octet.c#L608
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_octet.c#L611: src/zen_octet.c#L611
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_octet.c#L614: src/zen_octet.c#L614
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_octet.c#L635: src/zen_octet.c#L635
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_octet.c#L731: src/zen_octet.c#L731
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_octet.c#L966: src/zen_octet.c#L966
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_octet.c#L1342: src/zen_octet.c#L1342
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_octet.c#L1342: src/zen_octet.c#L1342
Almost always, snprintf is better than strcpy [runtime/printf] [4]
[cpplint] src/zen_octet.c#L1448: src/zen_octet.c#L1448
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_octet.c#L1498: src/zen_octet.c#L1498
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_octet.c#L1733: src/zen_octet.c#L1733
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_octet.c#L1735: src/zen_octet.c#L1735
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_octet.c#L1766: src/zen_octet.c#L1766
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
[cpplint] src/zen_octet.c#L1873: src/zen_octet.c#L1873
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
[cpplint] src/zen_octet.c#L1935: src/zen_octet.c#L1935
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_octet.c#L2070: src/zen_octet.c#L2070
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_octet.c#L2258: src/zen_octet.c#L2258
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_octet.c#L2952: src/zen_octet.c#L2952
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_octet.c#L3000: src/zen_octet.c#L3000
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_octet.c#L3002: src/zen_octet.c#L3002
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_octet.c#L3042: src/zen_octet.c#L3042
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_octet.c#L3043: src/zen_octet.c#L3043
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_octet.c#L2069: src/zen_octet.c#L2069
Add #include <algorithm> for min [build/include_what_you_use] [4]
[cpplint] src/zen_octet.h#L21: src/zen_octet.h#L21
#ifndef header guard has wrong style, please use: SRC_ZEN_OCTET_H_ [build/header_guard] [5]
[cpplint] src/zen_octet.h#L73: src/zen_octet.h#L73
#endif line should be "#endif // SRC_ZEN_OCTET_H_" [build/header_guard] [5]
[cpplint] src/zen_p256.c#L82: src/zen_p256.c#L82
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_p256.c#L84: src/zen_p256.c#L84
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_p256.c#L155: src/zen_p256.c#L155
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_p256.c#L362: src/zen_p256.c#L362
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_p256.c#L364: src/zen_p256.c#L364
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_parse.c#L40: src/zen_parse.c#L40
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_parse.c#L44: src/zen_parse.c#L44
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
[cpplint] src/zen_parse.c#L45: src/zen_parse.c#L45
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
[cpplint] src/zen_parse.c#L63: src/zen_parse.c#L63
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
[cpplint] src/zen_parse.c#L64: src/zen_parse.c#L64
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
[cpplint] src/zen_parse.c#L65: src/zen_parse.c#L65
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
[cpplint] src/zen_parse.c#L111: src/zen_parse.c#L111
"ctype.h" already included at src/zen_parse.c:25 [build/include] [4]
[cpplint] src/zen_parse.c#L202: src/zen_parse.c#L202
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/zen_parse.c#L208: src/zen_parse.c#L208
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/zen_parse.c#L225: src/zen_parse.c#L225
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/zen_qp.c#L23: src/zen_qp.c#L23
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_qp.c#L23: src/zen_qp.c#L23
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L24: src/zen_qp.c#L24
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_qp.c#L24: src/zen_qp.c#L24
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L25: src/zen_qp.c#L25
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_qp.c#L25: src/zen_qp.c#L25
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L26: src/zen_qp.c#L26
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L28: src/zen_qp.c#L28
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L30: src/zen_qp.c#L30
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L38: src/zen_qp.c#L38
"zen_error.h" already included at src/zen_qp.c:35 [build/include] [4]
[cpplint] src/zen_qp.c#L140: src/zen_qp.c#L140
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L141: src/zen_qp.c#L141
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L152: src/zen_qp.c#L152
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L154: src/zen_qp.c#L154
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L451: src/zen_qp.c#L451
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_qp.c#L453: src/zen_qp.c#L453
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_qp.c#L453: src/zen_qp.c#L453
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L454: src/zen_qp.c#L454
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L457: src/zen_qp.c#L457
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L458: src/zen_qp.c#L458
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L464: src/zen_qp.c#L464
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_qp.c#L466: src/zen_qp.c#L466
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L468: src/zen_qp.c#L468
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L518: src/zen_qp.c#L518
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_qp.c#L529: src/zen_qp.c#L529
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_qp.c#L988: src/zen_qp.c#L988
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L1107: src/zen_qp.c#L1107
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_qp.c#L1108: src/zen_qp.c#L1108
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_qp.c#L1109: src/zen_qp.c#L1109
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_qp.c#L1109: src/zen_qp.c#L1109
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L1110: src/zen_qp.c#L1110
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L1112: src/zen_qp.c#L1112
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L1115: src/zen_qp.c#L1115
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L1116: src/zen_qp.c#L1116
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L1118: src/zen_qp.c#L1118
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L1120: src/zen_qp.c#L1120
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zen_qp.c#L1166: src/zen_qp.c#L1166
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_qp.c#L1170: src/zen_qp.c#L1170
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_qp.c#L1265: src/zen_qp.c#L1265
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_qp.c#L1265: src/zen_qp.c#L1265
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_qp.c#L1267: src/zen_qp.c#L1267
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_qp.c#L1269: src/zen_qp.c#L1269
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_qp.c#L1270: src/zen_qp.c#L1270
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_qp.c#L1322: src/zen_qp.c#L1322
Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
[cpplint] src/zen_qp.c#L1333: src/zen_qp.c#L1333
Use operator && instead of and [readability/alt_tokens] [2]
[cpplint] src/zen_random.c#L68: src/zen_random.c#L68
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_random.c#L134: src/zen_random.c#L134
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_random.c#L171: src/zen_random.c#L171
Missing space after ; [whitespace/semicolon] [3]
[cpplint] src/zen_random.c#L174: src/zen_random.c#L174
Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
[cpplint] src/zen_rsa.c#L25: src/zen_rsa.c#L25
"zen_error.h" already included at src/zen_rsa.c:22 [build/include] [4]
[cpplint] src/zen_rsa.c#L237: src/zen_rsa.c#L237
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_rsa.c#L259: src/zen_rsa.c#L259
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_time.c#L27: src/zen_time.c#L27
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
[cpplint] src/zen_time.c#L50: src/zen_time.c#L50
If you can, use sizeof(dest) instead of 1024 as the 2nd arg to snprintf. [runtime/printf] [3]
[cpplint] src/zen_time.c#L92: src/zen_time.c#L92
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/zen_time.c#L99: src/zen_time.c#L99
If you can, use sizeof(s_result) instead of 1024 as the 2nd arg to snprintf. [runtime/printf] [3]
[cpplint] src/zen_time.c#L134: src/zen_time.c#L134
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_time.c#L206: src/zen_time.c#L206
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
[cpplint] src/zen_time.c#L375: src/zen_time.c#L375
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_time.c#L99: src/zen_time.c#L99
Add #include <cstdio> for snprintf [build/include_what_you_use] [4]
[cpplint] src/zen_time.h#L21: src/zen_time.h#L21
#ifndef header guard has wrong style, please use: SRC_ZEN_TIME_H_ [build/header_guard] [5]
[cpplint] src/zen_time.h#L39: src/zen_time.h#L39
#endif line should be "#endif // SRC_ZEN_TIME_H_" [build/header_guard] [5]
[cpplint] src/zen_x509.c#L109: src/zen_x509.c#L109
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/zen_x509.c#L144: src/zen_x509.c#L144
If you can, use sizeof(tmp) instead of 20 as the 2nd arg to snprintf. [runtime/printf] [3]
[cpplint] src/zen_x509.c#L283: src/zen_x509.c#L283
Never use sprintf. Use snprintf instead. [runtime/printf] [5]
[cpplint] src/zencode-exec.c#L123: src/zencode-exec.c#L123
Almost always, snprintf is better than strcat [runtime/printf] [4]
[cpplint] src/zenroom.c#L103: src/zenroom.c#L103
Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
[cpplint] src/zenroom.c#L175: src/zenroom.c#L175
Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
[cpplint] src/zenroom.c#L506: src/zenroom.c#L506
Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
[cpplint] src/zenroom.c#L524: src/zenroom.c#L524
Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
[cpplint] src/zenroom.c#L544: src/zenroom.c#L544
Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
[cpplint] src/zenroom.c#L570: src/zenroom.c#L570
Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
[cpplint] src/zenroom.h#L21: src/zenroom.h#L21
#ifndef header guard has wrong style, please use: SRC_ZENROOM_H_ [build/header_guard] [5]
[cpplint] src/zenroom.h#L191: src/zenroom.h#L191
#endif line should be "#endif // SRC_ZENROOM_H_" [build/header_guard] [5]
[cpplint] src/zenroom.h#L34: src/zenroom.h#L34
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zenroom.h#L36: src/zenroom.h#L36
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zenroom.h#L41: src/zenroom.h#L41
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zenroom.h#L44: src/zenroom.h#L44
Lines should be <= 120 characters long [whitespace/line_length] [2]
[cpplint] src/zenroom_jni.h: src/zenroom_jni.h#L0
No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
[cpplint] src/zenroom_jni.h#L5: src/zenroom_jni.h#L5
#ifndef header guard has wrong style, please use: SRC_ZENROOM_JNI_H_ [build/header_guard] [5]
[cpplint] src/zenroom_jni.h#L21: src/zenroom_jni.h#L21
#endif line should be "#endif // SRC_ZENROOM_JNI_H_" [build/header_guard] [5]