cpplint: make lint rules closer to node's source
authorFedor Indutny <fedor.indutny@gmail.com>
Wed, 31 Jul 2013 18:05:31 +0000 (22:05 +0400)
committerFedor Indutny <fedor.indutny@gmail.com>
Wed, 31 Jul 2013 18:12:06 +0000 (22:12 +0400)
commit3c6b5d5df1e445d080737e435675e11b102f0126
tree2a8a2c45ac87ec3b32e03595b94e999bfb4fb3bc
parent6a5a7b089ea77c0001bee3b38e657901364a0b5f
cpplint: make lint rules closer to node's source

* Support C-style header guards (/* comments */)
* Support `class NODE_EXTERN something`
* Support `}  // extern "C"` closures
* Ignore header order
* Ignore `long/short` usage (because of OpenSSL's API)
tools/cpplint.py