summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJulien Gilli <julien.gilli@joyent.com>2014-11-17 12:00:11 -0800
committercjihrig <cjihrig@gmail.com>2015-03-16 16:20:16 -0400
commit68d4bed2fd05f22472cebb24cb10a5679de47cbf (patch)
tree2b6f121b9ad2155514a2f1e4e9b21d3c8a975129 /Makefile
parent30666f22ca5041a991ab9e7311916ac218ed4c0f (diff)
downloadandroid-node-v8-68d4bed2fd05f22472cebb24cb10a5679de47cbf.tar.gz
android-node-v8-68d4bed2fd05f22472cebb24cb10a5679de47cbf.tar.bz2
android-node-v8-68d4bed2fd05f22472cebb24cb10a5679de47cbf.zip
make: remove node_dtrace from cpplint excludes
PR-URL: https://github.com/joyent/node/pull/8741 Reviewed-By: Fedor Indutny <fedor@indutny.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a71d796fbe..aeba1939ed 100644
--- a/Makefile
+++ b/Makefile
@@ -385,7 +385,6 @@ jslint:
PYTHONPATH=tools/closure_linter/:tools/gflags/ $(PYTHON) tools/closure_linter/closure_linter/gjslint.py --unix_mode --strict --nojsdoc -r lib/ -r src/ --exclude_files lib/punycode.js
CPPLINT_EXCLUDE ?=
-CPPLINT_EXCLUDE += src/node_dtrace.cc
CPPLINT_EXCLUDE += src/node_lttng.cc
CPPLINT_EXCLUDE += src/node_root_certs.h
CPPLINT_EXCLUDE += src/node_lttng_tp.h