Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-12-02 23:11:23 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-12-02 23:27:26 +0300
commit558e5ba2b0f9681633d307d6cb70fae59f1f989c (patch)
tree2123747a4d619701af2ed408fb2b059308062802 /Makefile
parent7c57eb2aec1d1f3a19e8ff6326dd1e340ae3f356 (diff)
lint util.js and src/node.js
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 762ebe40602..bbc78219580 100644
--- a/Makefile
+++ b/Makefile
@@ -130,11 +130,8 @@ bench-idle:
sleep 1
./node benchmark/idle_clients.js &
-GJSLINT = PYTHONPATH=tools/closure_linter/ \
- python tools/closure_linter/closure_linter/gjslint.py --unix_mode --strict --nojsdoc
-
jslint:
- $(GJSLINT) -r lib/ -r src/ -r test/
+ PYTHONPATH=tools/closure_linter/ python tools/closure_linter/closure_linter/gjslint.py --unix_mode --strict --nojsdoc -r lib/ -r src/ -r test/
cpplint:
@python tools/cpplint.py $(wildcard src/*.cc src/*.h src/*.c)