Files
node/tools
Daniel Bevenius 47322e67c4 tools: add cpplint rule for NULL usage
This commit is a suggestion for adding a rule for NULL usages in the
code base. This will currently report a number of errors which could be
ignored using // NOLINT (readability/null_usage)

PR-URL: https://github.com/nodejs/node/pull/17373
Backport-PR-URL: https://github.com/nodejs/node/pull/17873
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
2018-01-03 23:27:43 +00:00
..
2017-12-20 01:59:34 +00:00
2018-01-03 02:13:14 +00:00
2017-12-20 01:59:30 +00:00
2017-09-12 03:18:22 +02:00
2017-10-31 00:15:10 +00:00