Skip to content

Instantly share code, notes, and snippets.

@refack
Last active August 29, 2015 14:07
Show Gist options
  • Save refack/774a677868de42757b57 to your computer and use it in GitHub Desktop.
Save refack/774a677868de42757b57 to your computer and use it in GitHub Desktop.
src/cares_wrap.cc:348: You don't need a ; after a } [readability/braces] [4]
src/cares_wrap.cc:352: You don't need a ; after a } [readability/braces] [4]
src/node_contextify.cc:651: Is this a non-const reference? If so, make const or use a pointer: TryCatch& try_catch [runtime/references] [2]
src/node_crypto.cc:202: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:462: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:524: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:603: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:795: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:918: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:1623: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:2201: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:3190: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:4666: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:4670: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:4677: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:4704: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:4714: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto_bio.cc:165: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto_bio.cc:167: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_http_parser.cc:134: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/node_http_parser.cc:494: Do not leave a blank line after "private:" [whitespace/blank_line] [3]
src/node_win32_etw_provider.cc:206: Namespace should be terminated with "// namespace node" [readability/namespace] [5]
src/node_zlib.cc:75: Do not leave a blank line after "public:" [whitespace/blank_line] [3]
src/string_bytes.cc:50: public: should be indented +1 space inside class ExternString [whitespace/indent] [3]
src/string_bytes.cc:101: private: should be indented +1 space inside class ExternString [whitespace/indent] [3]
src/tls_wrap.cc:177: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.h:88: Do not leave a blank line after "protected:" [whitespace/blank_line] [3]
src/node_crypto.h:524: Do not leave a blank line after "public:" [whitespace/blank_line] [3]
src/node_crypto_bio.h:102: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/spawn_sync.h:245: Namespace should be terminated with "// namespace node" [readability/namespace] [5]
src/tls_wrap.h:42: Do not indent within a namespace [runtime/indentation_namespace] [4]
src/util.h:121: public: should be indented +1 space inside class Utf8Value [whitespace/indent] [3]
src/util.h:130: You don't need a ; after a } [readability/braces] [4]
src/util.h:134: You don't need a ; after a } [readability/braces] [4]
src/util.h:138: You don't need a ; after a } [readability/braces] [4]
src/util.h:140: private: should be indented +1 space inside class Utf8Value [whitespace/indent] [3]
tools/icu/iculslocs.cc:192: Is this a non-const reference? If so, make const or use a pointer: LocalUResourceBundlePointer& bund [runtime/references] [2]
tools/icu/iculslocs.cc:193: Is this a non-const reference? If so, make const or use a pointer: LocalUFILEPointer& bf [runtime/references] [2]
tools/icu/iculslocs.cc:194: Is this a non-const reference? If so, make const or use a pointer: UErrorCode& status [runtime/references] [2]
=== release test-child-process-spawn-typeerror ===
Path: simple/test-child-process-spawn-typeerror
Command: c:\empeeric\node\Release\node.exe c:\empeeric\node\test\simple\test-child-process-spawn-typeerror.js
--- TIMEOUT ---
=== release test-debug-cluster ===
Path: simple/test-debug-cluster
> Debugger listening on port 5858
> Debugger listening on port 5859
> Debugger listening on port 5860
> cluster.js:278
> process._debugProcess(this.process.pid);
> ^
> Error: The system cannot find the file specified.
> at Error (native)
> at Worker.<anonymous> (cluster.js:278:21)
> at Worker.g (events.js:199:16)
> at Worker.emit (events.js:104:17)
> at online (cluster.js:438:12)
> at Worker.onmessage (cluster.js:425:7)
> at ChildProcess.<anonymous> (cluster.js:681:8)
> at ChildProcess.emit (events.js:129:20)
> at handleMessage (child_process.js:323:10)
> at Pipe.channel.onread (child_process.js:351:11)
Mismatched <anonymous> function calls. Expected 1, actual 0.
at Object.<anonymous> (c:\empeeric\node\test\simple\test-debug-cluster.js:48:32)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:501:10)
at startup (node.js:132:16)
at node.js:850:3
Command: c:\empeeric\node\Release\node.exe c:\empeeric\node\test\simple\test-debug-cluster.js
=== release test-debug-port-cluster ===
Path: simple/test-debug-port-cluster
> Debugger listening on port 13683
> Debugger listening on port 13685
> Debugger listening on port 13684
> cluster.js:278
> process._debugProcess(this.process.pid);
> ^
> Error: The system cannot find the file specified.
> at Error (native)
> at Worker.<anonymous> (cluster.js:278:21)
> at Worker.g (events.js:199:16)
> at Worker.emit (events.js:104:17)
> at online (cluster.js:438:12)
> at Worker.onmessage (cluster.js:425:7)
> at ChildProcess.<anonymous> (cluster.js:681:8)
> at ChildProcess.emit (events.js:129:20)
> at handleMessage (child_process.js:323:10)
> at Pipe.channel.onread (child_process.js:351:11)
Mismatched <anonymous> function calls. Expected 1, actual 0.
at Object.<anonymous> (c:\empeeric\node\test\simple\test-debug-port-cluster.js:54:32)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:501:10)
at startup (node.js:132:16)
at node.js:850:3
Command: c:\empeeric\node\Release\node.exe c:\empeeric\node\test\simple\test-debug-port-cluster.js
=== release test-http-destroyed-socket-write2 ===
Path: simple/test-http-destroyed-socket-write2
assert.js:98
throw new assert.AssertionError({
^
AssertionError: false == true
at test (c:\empeeric\node\test\simple\test-http-destroyed-socket-write2.js:106:5)
at Immediate.write [as _onImmediate] (c:\empeeric\node\test\simple\test-http-destroyed-socket-write2.js:50:7)
at processImmediate [as _immediateCallback] (timers.js:374:17)
Command: c:\empeeric\node\Release\node.exe c:\empeeric\node\test\simple\test-http-destroyed-socket-write2.js
=== release test-tls-ticket-cluster ===
Path: simple/test-tls-ticket-cluster
[master] got "listening"
[master] connecting
[master] got "listening"
[master] got "not-reused"
[master] connecting
[master] connecting
[master] got "reused"
[master] connecting
[master] got "reused"
[master] connecting
[master] got "reused"
[master] connecting
[master] got "reused"
[master] connecting
[master] got "reused"
[master] connecting
[master] got "reused"
[master] connecting
[master] got "reused"
[master] connecting
[master] got "reused"
[master] got "listening"
[master] connecting
[master] got "reused"
[master] connecting
[master] got "reused"
[master] connecting
[master] got "reused"
[master] connecting
[master] got "reused"
[master] connecting
[master] got "reused"
[master] connecting
[master] got "reused"
[master] got "reused"
[worker] got "die"
[worker] got "die"
[worker] server close
[worker] server close
[worker] exit
[worker] exit
[worker] got "die"
[worker] server close
[worker] exit
[master] worker died
[master] worker died
[master] worker died
[worker] got "die"
[worker] server close
[worker] exit
assert.js:98
throw new assert.AssertionError({
^
AssertionError: Resource leak detected.
at removeWorker (cluster.js:336:9)
at ChildProcess.<anonymous> (cluster.js:356:34)
at ChildProcess.g (events.js:199:16)
at ChildProcess.emit (events.js:110:17)
at Process.ChildProcess._handle.onexit (child_process.js:1055:12)
Command: c:\empeeric\node\Release\node.exe c:\empeeric\node\test\simple\test-tls-ticket-cluster.js
src/cares_wrap.cc:23: Include the directory when naming .h files [build/include] [4]
src/cares_wrap.cc:24: Include the directory when naming .h files [build/include] [4]
src/cares_wrap.cc:25: Include the directory when naming .h files [build/include] [4]
src/cares_wrap.cc:26: Include the directory when naming .h files [build/include] [4]
src/cares_wrap.cc:27: Include the directory when naming .h files [build/include] [4]
src/cares_wrap.cc:28: Include the directory when naming .h files [build/include] [4]
src/cares_wrap.cc:29: Include the directory when naming .h files [build/include] [4]
src/cares_wrap.cc:30: Include the directory when naming .h files [build/include] [4]
src/cares_wrap.cc:31: Include the directory when naming .h files [build/include] [4]
src/cares_wrap.cc:32: Include the directory when naming .h files [build/include] [4]
src/cares_wrap.cc:34: Found C system header after other header. Should be: cares_wrap.h, c system, c++ system, other. [build/include_order] [4]
src/cares_wrap.cc:35: Found C system header after other header. Should be: cares_wrap.h, c system, c++ system, other. [build/include_order] [4]
src/cares_wrap.cc:36: Found C system header after other header. Should be: cares_wrap.h, c system, c++ system, other. [build/include_order] [4]
src/cares_wrap.cc:37: Found C system header after other header. Should be: cares_wrap.h, c system, c++ system, other. [build/include_order] [4]
src/cares_wrap.cc:348: You don't need a ; after a } [readability/braces] [4]
src/cares_wrap.cc:352: You don't need a ; after a } [readability/braces] [4]
Done processing src/cares_wrap.cc
src/fs_event_wrap.cc:22: Include the directory when naming .h files [build/include] [4]
src/fs_event_wrap.cc:23: Include the directory when naming .h files [build/include] [4]
src/fs_event_wrap.cc:24: Include the directory when naming .h files [build/include] [4]
src/fs_event_wrap.cc:25: Include the directory when naming .h files [build/include] [4]
src/fs_event_wrap.cc:26: Include the directory when naming .h files [build/include] [4]
src/fs_event_wrap.cc:27: Include the directory when naming .h files [build/include] [4]
src/fs_event_wrap.cc:28: Include the directory when naming .h files [build/include] [4]
src/fs_event_wrap.cc:29: Include the directory when naming .h files [build/include] [4]
src/fs_event_wrap.cc:31: Found C system header after other header. Should be: fs_event_wrap.h, c system, c++ system, other. [build/include_order] [4]
Done processing src/fs_event_wrap.cc
src/handle_wrap.cc:22: Include the directory when naming .h files [build/include] [4]
src/handle_wrap.cc:23: Include the directory when naming .h files [build/include] [4]
src/handle_wrap.cc:24: Include the directory when naming .h files [build/include] [4]
src/handle_wrap.cc:25: Include the directory when naming .h files [build/include] [4]
src/handle_wrap.cc:26: Include the directory when naming .h files [build/include] [4]
src/handle_wrap.cc:27: Include the directory when naming .h files [build/include] [4]
src/handle_wrap.cc:28: Include the directory when naming .h files [build/include] [4]
src/handle_wrap.cc:29: Include the directory when naming .h files [build/include] [4]
src/handle_wrap.cc:30: Include the directory when naming .h files [build/include] [4]
Done processing src/handle_wrap.cc
src/node.cc:22: Include the directory when naming .h files [build/include] [4]
src/node.cc:23: Include the directory when naming .h files [build/include] [4]
src/node.cc:24: Include the directory when naming .h files [build/include] [4]
src/node.cc:25: Include the directory when naming .h files [build/include] [4]
src/node.cc:26: Include the directory when naming .h files [build/include] [4]
src/node.cc:27: Include the directory when naming .h files [build/include] [4]
src/node.cc:28: Include the directory when naming .h files [build/include] [4]
src/node.cc:31: Include the directory when naming .h files [build/include] [4]
src/node.cc:35: Include the directory when naming .h files [build/include] [4]
src/node.cc:39: Include the directory when naming .h files [build/include] [4]
src/node.cc:43: Include the directory when naming .h files [build/include] [4]
src/node.cc:46: Include the directory when naming .h files [build/include] [4]
src/node.cc:47: Include the directory when naming .h files [build/include] [4]
src/node.cc:48: Include the directory when naming .h files [build/include] [4]
src/node.cc:49: Include the directory when naming .h files [build/include] [4]
src/node.cc:50: Include the directory when naming .h files [build/include] [4]
src/node.cc:51: Include the directory when naming .h files [build/include] [4]
src/node.cc:52: Include the directory when naming .h files [build/include] [4]
src/node.cc:53: Include the directory when naming .h files [build/include] [4]
src/node.cc:54: Include the directory when naming .h files [build/include] [4]
src/node.cc:55: Include the directory when naming .h files [build/include] [4]
src/node.cc:56: Include the directory when naming .h files [build/include] [4]
src/node.cc:57: Include the directory when naming .h files [build/include] [4]
src/node.cc:58: Include the directory when naming .h files [build/include] [4]
src/node.cc:60: Found C system header after other header. Should be: node.h, c system, c++ system, other. [build/include_order] [4]
src/node.cc:61: Found C system header after other header. Should be: node.h, c system, c++ system, other. [build/include_order] [4]
src/node.cc:62: Found C system header after other header. Should be: node.h, c system, c++ system, other. [build/include_order] [4]
src/node.cc:63: Found C system header after other header. Should be: node.h, c system, c++ system, other. [build/include_order] [4]
src/node.cc:64: Found C system header after other header. Should be: node.h, c system, c++ system, other. [build/include_order] [4]
src/node.cc:65: Found C system header after other header. Should be: node.h, c system, c++ system, other. [build/include_order] [4]
src/node.cc:66: Found C system header after other header. Should be: node.h, c system, c++ system, other. [build/include_order] [4]
src/node.cc:67: Found C system header after other header. Should be: node.h, c system, c++ system, other. [build/include_order] [4]
src/node.cc:68: Found C system header after other header. Should be: node.h, c system, c++ system, other. [build/include_order] [4]
Done processing src/node.cc
src/node_buffer.cc:23: Include the directory when naming .h files [build/include] [4]
src/node_buffer.cc:24: Include the directory when naming .h files [build/include] [4]
src/node_buffer.cc:26: Include the directory when naming .h files [build/include] [4]
src/node_buffer.cc:27: Include the directory when naming .h files [build/include] [4]
src/node_buffer.cc:28: Include the directory when naming .h files [build/include] [4]
src/node_buffer.cc:29: Include the directory when naming .h files [build/include] [4]
src/node_buffer.cc:30: Include the directory when naming .h files [build/include] [4]
src/node_buffer.cc:31: Include the directory when naming .h files [build/include] [4]
src/node_buffer.cc:33: Found C system header after other header. Should be: node_buffer.h, c system, c++ system, other. [build/include_order] [4]
src/node_buffer.cc:34: Found C system header after other header. Should be: node_buffer.h, c system, c++ system, other. [build/include_order] [4]
src/node_buffer.cc:35: Found C system header after other header. Should be: node_buffer.h, c system, c++ system, other. [build/include_order] [4]
src/node_buffer.cc:127: Add #include <string> for string [build/include_what_you_use] [4]
Done processing src/node_buffer.cc
src/node_constants.cc:22: Include the directory when naming .h files [build/include] [4]
src/node_constants.cc:24: Include the directory when naming .h files [build/include] [4]
src/node_constants.cc:26: Found C system header after other header. Should be: node_constants.h, c system, c++ system, other. [build/include_order] [4]
Done processing src/node_constants.cc
src/node_contextify.cc:22: Include the directory when naming .h files [build/include] [4]
src/node_contextify.cc:23: Include the directory when naming .h files [build/include] [4]
src/node_contextify.cc:24: Include the directory when naming .h files [build/include] [4]
src/node_contextify.cc:25: Include the directory when naming .h files [build/include] [4]
src/node_contextify.cc:26: Include the directory when naming .h files [build/include] [4]
src/node_contextify.cc:27: Include the directory when naming .h files [build/include] [4]
src/node_contextify.cc:28: Include the directory when naming .h files [build/include] [4]
src/node_contextify.cc:29: Include the directory when naming .h files [build/include] [4]
src/node_contextify.cc:30: Include the directory when naming .h files [build/include] [4]
src/node_contextify.cc:31: Include the directory when naming .h files [build/include] [4]
src/node_contextify.cc:651: Is this a non-const reference? If so, make const or use a pointer: TryCatch& try_catch [runtime/references] [2]
Done processing src/node_contextify.cc
src/node_counters.cc:22: Include the directory when naming .h files [build/include] [4]
src/node_counters.cc:23: Include the directory when naming .h files [build/include] [4]
src/node_counters.cc:24: Include the directory when naming .h files [build/include] [4]
src/node_counters.cc:25: Include the directory when naming .h files [build/include] [4]
src/node_counters.cc:27: Found C system header after other header. Should be: node_counters.h, c system, c++ system, other. [build/include_order] [4]
Done processing src/node_counters.cc
src/node_crypto.cc:22: Include the directory when naming .h files [build/include] [4]
src/node_crypto.cc:23: Include the directory when naming .h files [build/include] [4]
src/node_crypto.cc:24: Include the directory when naming .h files [build/include] [4]
src/node_crypto.cc:25: Include the directory when naming .h files [build/include] [4]
src/node_crypto.cc:26: Include the directory when naming .h files [build/include] [4]
src/node_crypto.cc:27: Include the directory when naming .h files [build/include] [4]
src/node_crypto.cc:29: Include the directory when naming .h files [build/include] [4]
src/node_crypto.cc:30: Include the directory when naming .h files [build/include] [4]
src/node_crypto.cc:31: Include the directory when naming .h files [build/include] [4]
src/node_crypto.cc:32: Include the directory when naming .h files [build/include] [4]
src/node_crypto.cc:33: Include the directory when naming .h files [build/include] [4]
src/node_crypto.cc:34: Include the directory when naming .h files [build/include] [4]
src/node_crypto.cc:35: Include the directory when naming .h files [build/include] [4]
src/node_crypto.cc:36: Include the directory when naming .h files [build/include] [4]
src/node_crypto.cc:38: Found C system header after other header. Should be: node_crypto.h, c system, c++ system, other. [build/include_order] [4]
src/node_crypto.cc:39: Found C system header after other header. Should be: node_crypto.h, c system, c++ system, other. [build/include_order] [4]
src/node_crypto.cc:40: Found C system header after other header. Should be: node_crypto.h, c system, c++ system, other. [build/include_order] [4]
src/node_crypto.cc:114: Include the directory when naming .h files [build/include] [4]
src/node_crypto.cc:202: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:462: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:524: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:603: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:795: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:918: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:1623: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:2201: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:3190: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:4666: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:4670: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:4677: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:4704: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:4714: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto.cc:3477: Add #include <string> for string [build/include_what_you_use] [4]
Done processing src/node_crypto.cc
src/node_crypto_bio.cc:22: Include the directory when naming .h files [build/include] [4]
src/node_crypto_bio.cc:24: Found C system header after other header. Should be: node_crypto_bio.h, c system, c++ system, other. [build/include_order] [4]
src/node_crypto_bio.cc:165: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
src/node_crypto_bio.cc:167: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Done processing src/node_crypto_bio.cc
src/node_crypto_clienthello.cc:22: Include the directory when naming .h files [build/include] [4]
src/node_crypto_clienthello.cc:23: Include the directory when naming .h files [build/include] [4]
src/node_crypto_clienthello.cc:24: Include the directory when naming .h files [build/include] [4]
Done processing src/node_crypto_clienthello.cc
src/node_file.cc:22: Include the directory when naming .h files [build/include] [4]
src/node_file.cc:23: Include the directory when naming .h files [build/include] [4]
src/node_file.cc:24: Include the directory when naming .h files [build/include] [4]
src/node_file.cc:25: Include the directory when naming .h files [build/include] [4]
src/node_file.cc:26: Include the directory when naming .h files [build/include] [4]
src/node_file.cc:28: Include the directory when naming .h files [build/include] [4]
src/node_file.cc:29: Include the directory when naming .h files [build/include] [4]
src/node_file.cc:30: Include the directory when naming .h files [build/include] [4]
src/node_file.cc:31: Include the directory when naming .h files [build/include] [4]
src/node_file.cc:32: Include the directory when naming .h files [build/include] [4]
src/node_file.cc:34: Found C system header after other header. Should be: node_file.h, c system, c++ system, other. [build/include_order] [4]
src/node_file.cc:35: Found C system header after other header. Should be: node_file.h, c system, c++ system, other. [build/include_order] [4]
src/node_file.cc:36: Found C system header after other header. Should be: node_file.h, c system, c++ system, other. [build/include_order] [4]
src/node_file.cc:37: Found C system header after other header. Should be: node_file.h, c system, c++ system, other. [build/include_order] [4]
src/node_file.cc:38: Found C system header after other header. Should be: node_file.h, c system, c++ system, other. [build/include_order] [4]
src/node_file.cc:39: Found C system header after other header. Should be: node_file.h, c system, c++ system, other. [build/include_order] [4]
src/node_file.cc:40: Found C system header after other header. Should be: node_file.h, c system, c++ system, other. [build/include_order] [4]
src/node_file.cc:847: Add #include <string> for string [build/include_what_you_use] [4]
Done processing src/node_file.cc
src/node_http_parser.cc:22: Include the directory when naming .h files [build/include] [4]
src/node_http_parser.cc:23: Include the directory when naming .h files [build/include] [4]
src/node_http_parser.cc:24: Include the directory when naming .h files [build/include] [4]
src/node_http_parser.cc:26: Include the directory when naming .h files [build/include] [4]
src/node_http_parser.cc:27: Include the directory when naming .h files [build/include] [4]
src/node_http_parser.cc:28: Include the directory when naming .h files [build/include] [4]
src/node_http_parser.cc:29: Include the directory when naming .h files [build/include] [4]
src/node_http_parser.cc:30: Include the directory when naming .h files [build/include] [4]
src/node_http_parser.cc:31: Include the directory when naming .h files [build/include] [4]
src/node_http_parser.cc:32: Include the directory when naming .h files [build/include] [4]
src/node_http_parser.cc:34: Found C system header after other header. Should be: node_http_parser.h, c system, c++ system, other. [build/include_order] [4]
src/node_http_parser.cc:35: Found C system header after other header. Should be: node_http_parser.h, c system, c++ system, other. [build/include_order] [4]
src/node_http_parser.cc:134: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/node_http_parser.cc:494: Do not leave a blank line after "private:" [whitespace/blank_line] [3]
src/node_http_parser.cc:598: Add #include <string> for string [build/include_what_you_use] [4]
Done processing src/node_http_parser.cc
src/node_i18n.cc:44: Include the directory when naming .h files [build/include] [4]
Done processing src/node_i18n.cc
src/node_javascript.cc:22: Include the directory when naming .h files [build/include] [4]
src/node_javascript.cc:23: Include the directory when naming .h files [build/include] [4]
src/node_javascript.cc:24: Include the directory when naming .h files [build/include] [4]
src/node_javascript.cc:25: Include the directory when naming .h files [build/include] [4]
src/node_javascript.cc:26: Include the directory when naming .h files [build/include] [4]
src/node_javascript.cc:28: Found C system header after other header. Should be: node_javascript.h, c system, c++ system, other. [build/include_order] [4]
Done processing src/node_javascript.cc
src/node_main.cc:22: Include the directory when naming .h files [build/include] [4]
Done processing src/node_main.cc
src/node_os.cc:23: Include the directory when naming .h files [build/include] [4]
src/node_os.cc:24: Include the directory when naming .h files [build/include] [4]
src/node_os.cc:25: Include the directory when naming .h files [build/include] [4]
src/node_os.cc:26: Include the directory when naming .h files [build/include] [4]
src/node_os.cc:28: Found C system header after other header. Should be: node_os.h, c system, c++ system, other. [build/include_order] [4]
src/node_os.cc:29: Found C system header after other header. Should be: node_os.h, c system, c++ system, other. [build/include_order] [4]
Done processing src/node_os.cc
src/node_stat_watcher.cc:22: Include the directory when naming .h files [build/include] [4]
src/node_stat_watcher.cc:23: Include the directory when naming .h files [build/include] [4]
src/node_stat_watcher.cc:24: Include the directory when naming .h files [build/include] [4]
src/node_stat_watcher.cc:25: Include the directory when naming .h files [build/include] [4]
src/node_stat_watcher.cc:26: Include the directory when naming .h files [build/include] [4]
src/node_stat_watcher.cc:27: Include the directory when naming .h files [build/include] [4]
src/node_stat_watcher.cc:28: Include the directory when naming .h files [build/include] [4]
src/node_stat_watcher.cc:30: Found C system header after other header. Should be: node_stat_watcher.h, c system, c++ system, other. [build/include_order] [4]
src/node_stat_watcher.cc:31: Found C system header after other header. Should be: node_stat_watcher.h, c system, c++ system, other. [build/include_order] [4]
src/node_stat_watcher.cc:32: Found C system header after other header. Should be: node_stat_watcher.h, c system, c++ system, other. [build/include_order] [4]
Done processing src/node_stat_watcher.cc
src/node_v8.cc:22: Include the directory when naming .h files [build/include] [4]
src/node_v8.cc:23: Include the directory when naming .h files [build/include] [4]
src/node_v8.cc:24: Include the directory when naming .h files [build/include] [4]
src/node_v8.cc:25: Include the directory when naming .h files [build/include] [4]
src/node_v8.cc:26: Include the directory when naming .h files [build/include] [4]
src/node_v8.cc:27: Include the directory when naming .h files [build/include] [4]
Done processing src/node_v8.cc
src/node_watchdog.cc:22: Include the directory when naming .h files [build/include] [4]
src/node_watchdog.cc:23: Include the directory when naming .h files [build/include] [4]
src/node_watchdog.cc:24: Include the directory when naming .h files [build/include] [4]
src/node_watchdog.cc:25: Include the directory when naming .h files [build/include] [4]
src/node_watchdog.cc:26: Found C system header after other header. Should be: node_watchdog.h, c system, c++ system, other. [build/include_order] [4]
Done processing src/node_watchdog.cc
src/node_win32_etw_provider.cc:22: Include the directory when naming .h files [build/include] [4]
src/node_win32_etw_provider.cc:23: Include the directory when naming .h files [build/include] [4]
src/node_win32_etw_provider.cc:24: Include the directory when naming .h files [build/include] [4]
src/node_win32_etw_provider.cc:25: Include the directory when naming .h files [build/include] [4]
src/node_win32_etw_provider.cc:206: Namespace should be terminated with "// namespace node" [readability/namespace] [5]
Done processing src/node_win32_etw_provider.cc
src/node_zlib.cc:22: Include the directory when naming .h files [build/include] [4]
src/node_zlib.cc:23: Include the directory when naming .h files [build/include] [4]
src/node_zlib.cc:25: Include the directory when naming .h files [build/include] [4]
src/node_zlib.cc:26: Include the directory when naming .h files [build/include] [4]
src/node_zlib.cc:27: Include the directory when naming .h files [build/include] [4]
src/node_zlib.cc:28: Include the directory when naming .h files [build/include] [4]
src/node_zlib.cc:29: Include the directory when naming .h files [build/include] [4]
src/node_zlib.cc:30: Include the directory when naming .h files [build/include] [4]
src/node_zlib.cc:32: Include the directory when naming .h files [build/include] [4]
src/node_zlib.cc:33: Include the directory when naming .h files [build/include] [4]
src/node_zlib.cc:35: Found C system header after other header. Should be: node_zlib.h, c system, c++ system, other. [build/include_order] [4]
src/node_zlib.cc:36: Found C system header after other header. Should be: node_zlib.h, c system, c++ system, other. [build/include_order] [4]
src/node_zlib.cc:37: Found C system header after other header. Should be: node_zlib.h, c system, c++ system, other. [build/include_order] [4]
src/node_zlib.cc:38: Found C system header after other header. Should be: node_zlib.h, c system, c++ system, other. [build/include_order] [4]
src/node_zlib.cc:75: Do not leave a blank line after "public:" [whitespace/blank_line] [3]
Done processing src/node_zlib.cc
src/pipe_wrap.cc:22: Include the directory when naming .h files [build/include] [4]
src/pipe_wrap.cc:24: Include the directory when naming .h files [build/include] [4]
src/pipe_wrap.cc:25: Include the directory when naming .h files [build/include] [4]
src/pipe_wrap.cc:26: Include the directory when naming .h files [build/include] [4]
src/pipe_wrap.cc:27: Include the directory when naming .h files [build/include] [4]
src/pipe_wrap.cc:28: Include the directory when naming .h files [build/include] [4]
src/pipe_wrap.cc:29: Include the directory when naming .h files [build/include] [4]
src/pipe_wrap.cc:30: Include the directory when naming .h files [build/include] [4]
src/pipe_wrap.cc:31: Include the directory when naming .h files [build/include] [4]
src/pipe_wrap.cc:32: Include the directory when naming .h files [build/include] [4]
src/pipe_wrap.cc:33: Include the directory when naming .h files [build/include] [4]
Done processing src/pipe_wrap.cc
src/process_wrap.cc:22: Include the directory when naming .h files [build/include] [4]
src/process_wrap.cc:23: Include the directory when naming .h files [build/include] [4]
src/process_wrap.cc:24: Include the directory when naming .h files [build/include] [4]
src/process_wrap.cc:25: Include the directory when naming .h files [build/include] [4]
src/process_wrap.cc:26: Include the directory when naming .h files [build/include] [4]
src/process_wrap.cc:27: Include the directory when naming .h files [build/include] [4]
src/process_wrap.cc:29: Found C system header after other header. Should be: process_wrap.h, c system, c++ system, other. [build/include_order] [4]
src/process_wrap.cc:30: Found C system header after other header. Should be: process_wrap.h, c system, c++ system, other. [build/include_order] [4]
Done processing src/process_wrap.cc
src/signal_wrap.cc:22: Include the directory when naming .h files [build/include] [4]
src/signal_wrap.cc:23: Include the directory when naming .h files [build/include] [4]
src/signal_wrap.cc:24: Include the directory when naming .h files [build/include] [4]
src/signal_wrap.cc:25: Include the directory when naming .h files [build/include] [4]
src/signal_wrap.cc:26: Include the directory when naming .h files [build/include] [4]
src/signal_wrap.cc:27: Include the directory when naming .h files [build/include] [4]
src/signal_wrap.cc:28: Include the directory when naming .h files [build/include] [4]
src/signal_wrap.cc:29: Include the directory when naming .h files [build/include] [4]
Done processing src/signal_wrap.cc
src/smalloc.cc:22: Include the directory when naming .h files [build/include] [4]
src/smalloc.cc:24: Include the directory when naming .h files [build/include] [4]
src/smalloc.cc:25: Include the directory when naming .h files [build/include] [4]
src/smalloc.cc:26: Include the directory when naming .h files [build/include] [4]
src/smalloc.cc:27: Include the directory when naming .h files [build/include] [4]
src/smalloc.cc:28: Include the directory when naming .h files [build/include] [4]
src/smalloc.cc:29: Include the directory when naming .h files [build/include] [4]
src/smalloc.cc:31: Found C system header after other header. Should be: smalloc.h, c system, c++ system, other. [build/include_order] [4]
src/smalloc.cc:32: Found C system header after other header. Should be: smalloc.h, c system, c++ system, other. [build/include_order] [4]
Done processing src/smalloc.cc
src/spawn_sync.cc:22: Include the directory when naming .h files [build/include] [4]
src/spawn_sync.cc:23: Include the directory when naming .h files [build/include] [4]
src/spawn_sync.cc:24: Include the directory when naming .h files [build/include] [4]
src/spawn_sync.cc:25: Include the directory when naming .h files [build/include] [4]
src/spawn_sync.cc:27: Found C system header after other header. Should be: spawn_sync.h, c system, c++ system, other. [build/include_order] [4]
src/spawn_sync.cc:28: Found C system header after other header. Should be: spawn_sync.h, c system, c++ system, other. [build/include_order] [4]
Done processing src/spawn_sync.cc
src/stream_wrap.cc:22: Include the directory when naming .h files [build/include] [4]
src/stream_wrap.cc:23: Include the directory when naming .h files [build/include] [4]
src/stream_wrap.cc:24: Include the directory when naming .h files [build/include] [4]
src/stream_wrap.cc:25: Include the directory when naming .h files [build/include] [4]
src/stream_wrap.cc:26: Include the directory when naming .h files [build/include] [4]
src/stream_wrap.cc:27: Include the directory when naming .h files [build/include] [4]
src/stream_wrap.cc:28: Include the directory when naming .h files [build/include] [4]
src/stream_wrap.cc:29: Include the directory when naming .h files [build/include] [4]
src/stream_wrap.cc:30: Include the directory when naming .h files [build/include] [4]
src/stream_wrap.cc:31: Include the directory when naming .h files [build/include] [4]
src/stream_wrap.cc:32: Include the directory when naming .h files [build/include] [4]
src/stream_wrap.cc:33: Include the directory when naming .h files [build/include] [4]
src/stream_wrap.cc:35: Found C system header after other header. Should be: stream_wrap.h, c system, c++ system, other. [build/include_order] [4]
src/stream_wrap.cc:36: Found C system header after other header. Should be: stream_wrap.h, c system, c++ system, other. [build/include_order] [4]
src/stream_wrap.cc:37: Found C system header after other header. Should be: stream_wrap.h, c system, c++ system, other. [build/include_order] [4]
src/stream_wrap.cc:454: Add #include <string> for string [build/include_what_you_use] [4]
Done processing src/stream_wrap.cc
src/string_bytes.cc:22: Include the directory when naming .h files [build/include] [4]
src/string_bytes.cc:24: Include the directory when naming .h files [build/include] [4]
src/string_bytes.cc:25: Include the directory when naming .h files [build/include] [4]
src/string_bytes.cc:26: Include the directory when naming .h files [build/include] [4]
src/string_bytes.cc:28: Found C system header after other header. Should be: string_bytes.h, c system, c++ system, other. [build/include_order] [4]
src/string_bytes.cc:29: Found C system header after other header. Should be: string_bytes.h, c system, c++ system, other. [build/include_order] [4]
src/string_bytes.cc:30: Found C system header after other header. Should be: string_bytes.h, c system, c++ system, other. [build/include_order] [4]
src/string_bytes.cc:50: public: should be indented +1 space inside class ExternString [whitespace/indent] [3]
src/string_bytes.cc:101: private: should be indented +1 space inside class ExternString [whitespace/indent] [3]
src/string_bytes.cc:392: Add #include <string> for string [build/include_what_you_use] [4]
Done processing src/string_bytes.cc
src/tcp_wrap.cc:22: Include the directory when naming .h files [build/include] [4]
src/tcp_wrap.cc:24: Include the directory when naming .h files [build/include] [4]
src/tcp_wrap.cc:25: Include the directory when naming .h files [build/include] [4]
src/tcp_wrap.cc:26: Include the directory when naming .h files [build/include] [4]
src/tcp_wrap.cc:27: Include the directory when naming .h files [build/include] [4]
src/tcp_wrap.cc:28: Include the directory when naming .h files [build/include] [4]
src/tcp_wrap.cc:29: Include the directory when naming .h files [build/include] [4]
src/tcp_wrap.cc:30: Include the directory when naming .h files [build/include] [4]
src/tcp_wrap.cc:31: Include the directory when naming .h files [build/include] [4]
src/tcp_wrap.cc:32: Include the directory when naming .h files [build/include] [4]
src/tcp_wrap.cc:34: Found C system header after other header. Should be: tcp_wrap.h, c system, c++ system, other. [build/include_order] [4]
Done processing src/tcp_wrap.cc
src/timer_wrap.cc:22: Include the directory when naming .h files [build/include] [4]
src/timer_wrap.cc:23: Include the directory when naming .h files [build/include] [4]
src/timer_wrap.cc:24: Include the directory when naming .h files [build/include] [4]
src/timer_wrap.cc:25: Include the directory when naming .h files [build/include] [4]
src/timer_wrap.cc:26: Include the directory when naming .h files [build/include] [4]
src/timer_wrap.cc:27: Include the directory when naming .h files [build/include] [4]
src/timer_wrap.cc:28: Include the directory when naming .h files [build/include] [4]
src/timer_wrap.cc:30: Found C system header after other header. Should be: timer_wrap.h, c system, c++ system, other. [build/include_order] [4]
Done processing src/timer_wrap.cc
src/tls_wrap.cc:22: Include the directory when naming .h files [build/include] [4]
src/tls_wrap.cc:23: Include the directory when naming .h files [build/include] [4]
src/tls_wrap.cc:24: Include the directory when naming .h files [build/include] [4]
src/tls_wrap.cc:25: Include the directory when naming .h files [build/include] [4]
src/tls_wrap.cc:26: Include the directory when naming .h files [build/include] [4]
src/tls_wrap.cc:27: Include the directory when naming .h files [build/include] [4]
src/tls_wrap.cc:28: Include the directory when naming .h files [build/include] [4]
src/tls_wrap.cc:29: Include the directory when naming .h files [build/include] [4]
src/tls_wrap.cc:30: Include the directory when naming .h files [build/include] [4]
src/tls_wrap.cc:31: Include the directory when naming .h files [build/include] [4]
src/tls_wrap.cc:32: Include the directory when naming .h files [build/include] [4]
src/tls_wrap.cc:33: Include the directory when naming .h files [build/include] [4]
src/tls_wrap.cc:34: Include the directory when naming .h files [build/include] [4]
src/tls_wrap.cc:177: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Done processing src/tls_wrap.cc
src/tty_wrap.cc:22: Include the directory when naming .h files [build/include] [4]
src/tty_wrap.cc:24: Include the directory when naming .h files [build/include] [4]
src/tty_wrap.cc:25: Include the directory when naming .h files [build/include] [4]
src/tty_wrap.cc:26: Include the directory when naming .h files [build/include] [4]
src/tty_wrap.cc:27: Include the directory when naming .h files [build/include] [4]
src/tty_wrap.cc:28: Include the directory when naming .h files [build/include] [4]
src/tty_wrap.cc:29: Include the directory when naming .h files [build/include] [4]
src/tty_wrap.cc:30: Include the directory when naming .h files [build/include] [4]
src/tty_wrap.cc:31: Include the directory when naming .h files [build/include] [4]
src/tty_wrap.cc:32: Include the directory when naming .h files [build/include] [4]
Done processing src/tty_wrap.cc
src/udp_wrap.cc:22: Include the directory when naming .h files [build/include] [4]
src/udp_wrap.cc:23: Include the directory when naming .h files [build/include] [4]
src/udp_wrap.cc:24: Include the directory when naming .h files [build/include] [4]
src/udp_wrap.cc:25: Include the directory when naming .h files [build/include] [4]
src/udp_wrap.cc:26: Include the directory when naming .h files [build/include] [4]
src/udp_wrap.cc:27: Include the directory when naming .h files [build/include] [4]
src/udp_wrap.cc:28: Include the directory when naming .h files [build/include] [4]
src/udp_wrap.cc:29: Include the directory when naming .h files [build/include] [4]
src/udp_wrap.cc:31: Found C system header after other header. Should be: udp_wrap.h, c system, c++ system, other. [build/include_order] [4]
Done processing src/udp_wrap.cc
src/util.cc:22: Include the directory when naming .h files [build/include] [4]
src/util.cc:24: Include the directory when naming .h files [build/include] [4]
Done processing src/util.cc
src/uv.cc:22: Include the directory when naming .h files [build/include] [4]
src/uv.cc:23: Include the directory when naming .h files [build/include] [4]
src/uv.cc:24: Include the directory when naming .h files [build/include] [4]
src/uv.cc:25: Include the directory when naming .h files [build/include] [4]
Done processing src/uv.cc
src/async-wrap-inl.h:25: Include the directory when naming .h files [build/include] [4]
src/async-wrap-inl.h:26: Include the directory when naming .h files [build/include] [4]
src/async-wrap-inl.h:27: Include the directory when naming .h files [build/include] [4]
src/async-wrap-inl.h:28: Include the directory when naming .h files [build/include] [4]
src/async-wrap-inl.h:29: Include the directory when naming .h files [build/include] [4]
src/async-wrap-inl.h:30: Include the directory when naming .h files [build/include] [4]
src/async-wrap-inl.h:31: Include the directory when naming .h files [build/include] [4]
src/async-wrap-inl.h:33: Include the directory when naming .h files [build/include] [4]
src/async-wrap-inl.h:34: Found C system header after other header. Should be: async-wrap-inl.h, c system, c++ system, other. [build/include_order] [4]
Done processing src/async-wrap-inl.h
src/async-wrap.h:25: Include the directory when naming .h files [build/include] [4]
src/async-wrap.h:26: Include the directory when naming .h files [build/include] [4]
src/async-wrap.h:27: Include the directory when naming .h files [build/include] [4]
Done processing src/async-wrap.h
src/base-object-inl.h:25: Include the directory when naming .h files [build/include] [4]
src/base-object-inl.h:26: Include the directory when naming .h files [build/include] [4]
src/base-object-inl.h:27: Include the directory when naming .h files [build/include] [4]
src/base-object-inl.h:28: Include the directory when naming .h files [build/include] [4]
src/base-object-inl.h:30: Found C system header after other header. Should be: base-object-inl.h, c system, c++ system, other. [build/include_order] [4]
Done processing src/base-object-inl.h
src/base-object.h:25: Include the directory when naming .h files [build/include] [4]
src/base-object.h:26: Include the directory when naming .h files [build/include] [4]
Done processing src/base-object.h
src/env-inl.h:25: Include the directory when naming .h files [build/include] [4]
src/env-inl.h:26: Include the directory when naming .h files [build/include] [4]
src/env-inl.h:27: Include the directory when naming .h files [build/include] [4]
src/env-inl.h:28: Include the directory when naming .h files [build/include] [4]
src/env-inl.h:29: Include the directory when naming .h files [build/include] [4]
src/env-inl.h:30: Include the directory when naming .h files [build/include] [4]
src/env-inl.h:32: Found C system header after other header. Should be: env-inl.h, c system, c++ system, other. [build/include_order] [4]
src/env-inl.h:33: Found C system header after other header. Should be: env-inl.h, c system, c++ system, other. [build/include_order] [4]
Done processing src/env-inl.h
src/env.h:25: Include the directory when naming .h files [build/include] [4]
src/env.h:26: Include the directory when naming .h files [build/include] [4]
src/env.h:27: Include the directory when naming .h files [build/include] [4]
src/env.h:28: Include the directory when naming .h files [build/include] [4]
src/env.h:29: Include the directory when naming .h files [build/include] [4]
src/env.h:30: Include the directory when naming .h files [build/include] [4]
src/env.h:32: Found C system header after other header. Should be: env.h, c system, c++ system, other. [build/include_order] [4]
Done processing src/env.h
src/handle_wrap.h:25: Include the directory when naming .h files [build/include] [4]
src/handle_wrap.h:26: Include the directory when naming .h files [build/include] [4]
src/handle_wrap.h:27: Include the directory when naming .h files [build/include] [4]
src/handle_wrap.h:28: Include the directory when naming .h files [build/include] [4]
src/handle_wrap.h:29: Include the directory when naming .h files [build/include] [4]
src/handle_wrap.h:30: Include the directory when naming .h files [build/include] [4]
Done processing src/handle_wrap.h
src/node.h:61: Include the directory when naming .h files [build/include] [4]
src/node.h:62: Include the directory when naming .h files [build/include] [4]
src/node.h:138: Include the directory when naming .h files [build/include] [4]
Done processing src/node.h
src/node_buffer.h:25: Include the directory when naming .h files [build/include] [4]
src/node_buffer.h:26: Include the directory when naming .h files [build/include] [4]
src/node_buffer.h:27: Include the directory when naming .h files [build/include] [4]
src/node_buffer.h:30: Include the directory when naming .h files [build/include] [4]
src/node_buffer.h:58: Add #include <string> for string [build/include_what_you_use] [4]
Done processing src/node_buffer.h
src/node_constants.h:25: Include the directory when naming .h files [build/include] [4]
src/node_constants.h:26: Include the directory when naming .h files [build/include] [4]
Done processing src/node_constants.h
src/node_counters.h:25: Include the directory when naming .h files [build/include] [4]
src/node_counters.h:28: Include the directory when naming .h files [build/include] [4]
src/node_counters.h:45: Include the directory when naming .h files [build/include] [4]
src/node_counters.h:46: Include the directory when naming .h files [build/include] [4]
Done processing src/node_counters.h
src/node_crypto.h:25: Include the directory when naming .h files [build/include] [4]
src/node_crypto.h:26: Include the directory when naming .h files [build/include] [4]
src/node_crypto.h:27: Include the directory when naming .h files [build/include] [4]
src/node_crypto.h:30: Include the directory when naming .h files [build/include] [4]
src/node_crypto.h:33: Include the directory when naming .h files [build/include] [4]
src/node_crypto.h:34: Include the directory when naming .h files [build/include] [4]
src/node_crypto.h:35: Include the directory when naming .h files [build/include] [4]
src/node_crypto.h:36: Include the directory when naming .h files [build/include] [4]
src/node_crypto.h:37: Include the directory when naming .h files [build/include] [4]
src/node_crypto.h:39: Include the directory when naming .h files [build/include] [4]
src/node_crypto.h:41: Found C system header after other header. Should be: node_crypto.h, c system, c++ system, other. [build/include_order] [4]
src/node_crypto.h:42: Found C system header after other header. Should be: node_crypto.h, c system, c++ system, other. [build/include_order] [4]
src/node_crypto.h:43: Found C system header after other header. Should be: node_crypto.h, c system, c++ system, other. [build/include_order] [4]
src/node_crypto.h:88: Do not leave a blank line after "protected:" [whitespace/blank_line] [3]
src/node_crypto.h:524: Do not leave a blank line after "public:" [whitespace/blank_line] [3]
Done processing src/node_crypto.h
src/node_crypto_bio.h:26: Found C system header after other header. Should be: node_crypto_bio.h, c system, c++ system, other. [build/include_order] [4]
src/node_crypto_bio.h:102: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Done processing src/node_crypto_bio.h
Done processing src/node_crypto_clienthello-inl.h
src/node_crypto_clienthello.h:25: Include the directory when naming .h files [build/include] [4]
Done processing src/node_crypto_clienthello.h
Done processing src/node_crypto_groups.h
src/node_dtrace.h:25: Include the directory when naming .h files [build/include] [4]
src/node_dtrace.h:26: Include the directory when naming .h files [build/include] [4]
src/node_dtrace.h:27: Include the directory when naming .h files [build/include] [4]
Done processing src/node_dtrace.h
src/node_file.h:25: Include the directory when naming .h files [build/include] [4]
src/node_file.h:26: Include the directory when naming .h files [build/include] [4]
Done processing src/node_file.h
src/node_http_parser.h:25: Include the directory when naming .h files [build/include] [4]
src/node_http_parser.h:27: Include the directory when naming .h files [build/include] [4]
Done processing src/node_http_parser.h
src/node_i18n.h:25: Include the directory when naming .h files [build/include] [4]
Done processing src/node_i18n.h
src/node_internals.h:25: Include the directory when naming .h files [build/include] [4]
src/node_internals.h:26: Include the directory when naming .h files [build/include] [4]
src/node_internals.h:27: Include the directory when naming .h files [build/include] [4]
src/node_internals.h:28: Include the directory when naming .h files [build/include] [4]
src/node_internals.h:29: Include the directory when naming .h files [build/include] [4]
src/node_internals.h:31: Found C system header after other header. Should be: node_internals.h, c system, c++ system, other. [build/include_order] [4]
src/node_internals.h:32: Found C system header after other header. Should be: node_internals.h, c system, c++ system, other. [build/include_order] [4]
src/node_internals.h:33: Found C system header after other header. Should be: node_internals.h, c system, c++ system, other. [build/include_order] [4]
Done processing src/node_internals.h
src/node_javascript.h:25: Include the directory when naming .h files [build/include] [4]
src/node_javascript.h:26: Include the directory when naming .h files [build/include] [4]
Done processing src/node_javascript.h
src/node_object_wrap.h:25: Include the directory when naming .h files [build/include] [4]
src/node_object_wrap.h:26: Found C system header after other header. Should be: node_object_wrap.h, c system, c++ system, other. [build/include_order] [4]
Done processing src/node_object_wrap.h
src/node_stat_watcher.h:25: Include the directory when naming .h files [build/include] [4]
src/node_stat_watcher.h:26: Include the directory when naming .h files [build/include] [4]
src/node_stat_watcher.h:27: Include the directory when naming .h files [build/include] [4]
src/node_stat_watcher.h:28: Include the directory when naming .h files [build/include] [4]
src/node_stat_watcher.h:29: Include the directory when naming .h files [build/include] [4]
Done processing src/node_stat_watcher.h
src/node_version.h:69: #endif line should be "#endif // SRC_NODE_VERSION_H_" [build/header_guard] [5]
Done processing src/node_version.h
src/node_watchdog.h:25: Include the directory when naming .h files [build/include] [4]
src/node_watchdog.h:26: Include the directory when naming .h files [build/include] [4]
src/node_watchdog.h:28: Include the directory when naming .h files [build/include] [4]
Done processing src/node_watchdog.h
src/node_win32_etw_provider-inl.h:25: Include the directory when naming .h files [build/include] [4]
src/node_win32_etw_provider-inl.h:26: Include the directory when naming .h files [build/include] [4]
Done processing src/node_win32_etw_provider-inl.h
src/node_win32_etw_provider.h:25: Include the directory when naming .h files [build/include] [4]
Done processing src/node_win32_etw_provider.h
Done processing src/node_win32_perfctr_provider.h
src/node_wrap.h:25: Include the directory when naming .h files [build/include] [4]
src/node_wrap.h:26: Include the directory when naming .h files [build/include] [4]
src/node_wrap.h:27: Include the directory when naming .h files [build/include] [4]
src/node_wrap.h:28: Include the directory when naming .h files [build/include] [4]
src/node_wrap.h:29: Include the directory when naming .h files [build/include] [4]
src/node_wrap.h:30: Include the directory when naming .h files [build/include] [4]
src/node_wrap.h:31: Include the directory when naming .h files [build/include] [4]
src/node_wrap.h:32: Include the directory when naming .h files [build/include] [4]
src/node_wrap.h:33: Include the directory when naming .h files [build/include] [4]
src/node_wrap.h:34: Include the directory when naming .h files [build/include] [4]
Done processing src/node_wrap.h
src/pipe_wrap.h:25: Include the directory when naming .h files [build/include] [4]
src/pipe_wrap.h:26: Include the directory when naming .h files [build/include] [4]
Done processing src/pipe_wrap.h
src/req_wrap.h:25: Include the directory when naming .h files [build/include] [4]
src/req_wrap.h:26: Include the directory when naming .h files [build/include] [4]
src/req_wrap.h:27: Include the directory when naming .h files [build/include] [4]
src/req_wrap.h:28: Include the directory when naming .h files [build/include] [4]
src/req_wrap.h:29: Include the directory when naming .h files [build/include] [4]
src/req_wrap.h:30: Include the directory when naming .h files [build/include] [4]
Done processing src/req_wrap.h
src/smalloc.h:25: Include the directory when naming .h files [build/include] [4]
src/smalloc.h:26: Include the directory when naming .h files [build/include] [4]
Done processing src/smalloc.h
src/spawn_sync.h:25: Include the directory when naming .h files [build/include] [4]
src/spawn_sync.h:26: Include the directory when naming .h files [build/include] [4]
src/spawn_sync.h:245: Namespace should be terminated with "// namespace node" [readability/namespace] [5]
Done processing src/spawn_sync.h
src/stream_wrap.h:25: Include the directory when naming .h files [build/include] [4]
src/stream_wrap.h:26: Include the directory when naming .h files [build/include] [4]
src/stream_wrap.h:27: Include the directory when naming .h files [build/include] [4]
src/stream_wrap.h:28: Include the directory when naming .h files [build/include] [4]
src/stream_wrap.h:29: Include the directory when naming .h files [build/include] [4]
Done processing src/stream_wrap.h
src/string_bytes.h:27: Include the directory when naming .h files [build/include] [4]
src/string_bytes.h:28: Include the directory when naming .h files [build/include] [4]
src/string_bytes.h:85: Add #include <string> for string [build/include_what_you_use] [4]
Done processing src/string_bytes.h
src/tcp_wrap.h:25: Include the directory when naming .h files [build/include] [4]
src/tcp_wrap.h:26: Include the directory when naming .h files [build/include] [4]
Done processing src/tcp_wrap.h
src/tls_wrap.h:25: Include the directory when naming .h files [build/include] [4]
src/tls_wrap.h:26: Include the directory when naming .h files [build/include] [4]
src/tls_wrap.h:28: Include the directory when naming .h files [build/include] [4]
src/tls_wrap.h:29: Include the directory when naming .h files [build/include] [4]
src/tls_wrap.h:30: Include the directory when naming .h files [build/include] [4]
src/tls_wrap.h:31: Include the directory when naming .h files [build/include] [4]
src/tls_wrap.h:32: Include the directory when naming .h files [build/include] [4]
src/tls_wrap.h:34: Found C system header after other header. Should be: tls_wrap.h, c system, c++ system, other. [build/include_order] [4]
src/tls_wrap.h:42: Do not indent within a namespace [runtime/indentation_namespace] [4]
Done processing src/tls_wrap.h
src/tty_wrap.h:25: Include the directory when naming .h files [build/include] [4]
src/tty_wrap.h:26: Include the directory when naming .h files [build/include] [4]
src/tty_wrap.h:27: Include the directory when naming .h files [build/include] [4]
Done processing src/tty_wrap.h
src/udp_wrap.h:25: Include the directory when naming .h files [build/include] [4]
src/udp_wrap.h:26: Include the directory when naming .h files [build/include] [4]
src/udp_wrap.h:27: Include the directory when naming .h files [build/include] [4]
src/udp_wrap.h:28: Include the directory when naming .h files [build/include] [4]
src/udp_wrap.h:29: Include the directory when naming .h files [build/include] [4]
Done processing src/udp_wrap.h
src/util-inl.h:25: Include the directory when naming .h files [build/include] [4]
Done processing src/util-inl.h
src/util.h:25: Include the directory when naming .h files [build/include] [4]
src/util.h:27: Found C system header after other header. Should be: util.h, c system, c++ system, other. [build/include_order] [4]
src/util.h:28: Found C system header after other header. Should be: util.h, c system, c++ system, other. [build/include_order] [4]
src/util.h:29: Found C system header after other header. Should be: util.h, c system, c++ system, other. [build/include_order] [4]
src/util.h:121: public: should be indented +1 space inside class Utf8Value [whitespace/indent] [3]
src/util.h:130: You don't need a ; after a } [readability/braces] [4]
src/util.h:134: You don't need a ; after a } [readability/braces] [4]
src/util.h:138: You don't need a ; after a } [readability/braces] [4]
src/util.h:140: private: should be indented +1 space inside class Utf8Value [whitespace/indent] [3]
src/util.h:34: Add #include <string> for string [build/include_what_you_use] [4]
Done processing src/util.h
tools/icu/iculslocs.cc:53: Include the directory when naming .h files [build/include] [4]
tools/icu/iculslocs.cc:54: Include the directory when naming .h files [build/include] [4]
tools/icu/iculslocs.cc:55: Found C system header after other header. Should be: iculslocs.h, c system, c++ system, other. [build/include_order] [4]
tools/icu/iculslocs.cc:56: Found C system header after other header. Should be: iculslocs.h, c system, c++ system, other. [build/include_order] [4]
tools/icu/iculslocs.cc:57: Found C system header after other header. Should be: iculslocs.h, c system, c++ system, other. [build/include_order] [4]
tools/icu/iculslocs.cc:192: Is this a non-const reference? If so, make const or use a pointer: LocalUResourceBundlePointer& bund [runtime/references] [2]
tools/icu/iculslocs.cc:193: Is this a non-const reference? If so, make const or use a pointer: LocalUFILEPointer& bf [runtime/references] [2]
tools/icu/iculslocs.cc:194: Is this a non-const reference? If so, make const or use a pointer: UErrorCode& status [runtime/references] [2]
Done processing tools/icu/iculslocs.cc
Done processing tools/icu/no-op.cc
Total errors found: 525
=== release test-debug-signal-cluster ===
Path: simple/test-debug-signal-cluster
> all workers are running
> Starting debugger agent.
assert.js:98
throw new assert.AssertionError({
^
AssertionError: 1 == 6
at assertOutputLines (/home/ubuntu/node/test/simple/test-debug-signal-cluster.js:79:10)
at onNoMoreLines [as _onTimeout] (/home/ubuntu/node/test/simple/test-debug-signal-cluster.js:51:3)
at Timer.listOnTimeout (timers.js:133:15)
Command: out/Release/node /home/ubuntu/node/test/simple/test-debug-signal-cluster.js
=== release test-dgram-udp4 ===
Path: simple/test-dgram-udp4
server is listening on 0.0.0.0:20989
server got: A message to send from 127.0.0.1:44255
/home/ubuntu/node/test/simple/test-dgram-udp4.js:77
throw new Error('Timeout');
^
Error: Timeout
at null._onTimeout (/home/ubuntu/node/test/simple/test-dgram-udp4.js:77:9)
at Timer.listOnTimeout (timers.js:133:15)
Command: out/Release/node /home/ubuntu/node/test/simple/test-dgram-udp4.js
=== release test-fs-empty-readStream ===
Path: simple/test-fs-empty-readStream
assert.js:98
throw new assert.AssertionError({
^
AssertionError: false == true
at null._onTimeout (/home/ubuntu/node/test/simple/test-fs-empty-readStream.js:45:12)
at Timer.listOnTimeout (timers.js:133:15)
Command: out/Release/node /home/ubuntu/node/test/simple/test-fs-empty-readStream.js
=== release test-net-settimeout ===
Path: simple/test-net-settimeout
assert.js:98
throw new assert.AssertionError({
^
AssertionError: false == true
at null._onTimeout (/home/ubuntu/node/test/simple/test-net-settimeout.js:54:12)
at Timer.listOnTimeout (timers.js:133:15)
Command: out/Release/node /home/ubuntu/node/test/simple/test-net-settimeout.js
=== release test-readline-interface ===
Path: simple/test-readline-interface
events.js:85
throw er; // Unhandled 'error' event
^
Error: EBADF, read
at Error (native)
Command: out/Release/node /home/ubuntu/node/test/simple/test-readline-interface.js
=== release test-regress-GH-4027 ===
Path: simple/test-regress-GH-4027
assert.js:98
throw new assert.AssertionError({
^
AssertionError: 0 == 1
at StatWatcher.<anonymous> (/home/ubuntu/node/test/simple/test-regress-GH-4027.js:37:10)
at StatWatcher.emit (events.js:110:17)
at StatWatcher._handle.onchange (fs.js:1128:10)
Command: out/Release/node /home/ubuntu/node/test/simple/test-regress-GH-4027.js
=== release test-regress-GH-5927 ===
Path: simple/test-regress-GH-5927
events.js:85
throw er; // Unhandled 'error' event
^
Error: EBADF, read
at Error (native)
Command: out/Release/node /home/ubuntu/node/test/simple/test-regress-GH-5927.js
=== release test-regress-GH-897 ===
Path: simple/test-regress-GH-897
112
assert.js:98
throw new assert.AssertionError({
^
AssertionError: false == true
at process.<anonymous> (/home/ubuntu/node/test/simple/test-regress-GH-897.js:34:10)
at process.emit (events.js:129:20)
Command: out/Release/node /home/ubuntu/node/test/simple/test-regress-GH-897.js
=== release test-repl-require-cache ===
Path: simple/test-repl-require-cache
>
events.js:85
throw er; // Unhandled 'error' event
^
Error: EBADF, read
at Error (native)
Command: out/Release/node /home/ubuntu/node/test/simple/test-repl-require-cache.js
=== release test-stdin-pause-resume ===
Path: simple/test-stdin-pause-resume
before opening stdin
stdin opened
pausing stdin
events.js:85
throw er; // Unhandled 'error' event
^
Error: EBADF, read
at Error (native)
Command: out/Release/node /home/ubuntu/node/test/simple/test-stdin-pause-resume.js
=== release test-stdin-pause-resume-sync ===
Path: simple/test-stdin-pause-resume-sync
before opening stdin
stdin opened
pausing stdin
opening again
pausing again
should exit now
events.js:85
throw er; // Unhandled 'error' event
^
Error: EBADF, read
at Error (native)
Command: out/Release/node /home/ubuntu/node/test/simple/test-stdin-pause-resume-sync.js
=== release test-stdin-resume-pause ===
Path: simple/test-stdin-resume-pause
events.js:85
throw er; // Unhandled 'error' event
^
Error: EBADF, read
at Error (native)
Command: out/Release/node /home/ubuntu/node/test/simple/test-stdin-resume-pause.js
=== release test-stdout-close-unref ===
Path: simple/test-stdout-close-unref
/home/ubuntu/node/test/simple/test-stdout-close-unref.js:28
process.stdin._handle.close();
^
TypeError: Cannot read property 'close' of undefined
at Object.<anonymous> (/home/ubuntu/node/test/simple/test-stdout-close-unref.js:28:22)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:501:10)
at startup (node.js:132:16)
at node.js:850:3
Command: out/Release/node /home/ubuntu/node/test/simple/test-stdout-close-unref.js
[15:54|% 100|+ 773|- 13]: Done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment