File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ bench-idle:
505
505
$(NODE ) benchmark/idle_clients.js &
506
506
507
507
jslint :
508
- $(NODE ) tools/eslint/bin/eslint.js src lib test --rulesdir tools/eslint-rules --reset --quiet
508
+ $(NODE ) tools/eslint/bin/eslint.js src lib test tools/eslint-rules --rulesdir tools/eslint-rules --reset --quiet
509
509
510
510
CPPLINT_EXCLUDE ?=
511
511
CPPLINT_EXCLUDE += src/node_lttng.cc
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ module.exports = function(context) {
8
8
'Program:exit' : function ( ) {
9
9
context . getScope ( ) . through . forEach ( function ( ref ) {
10
10
if ( ref . identifier . name === 'Buffer' ) {
11
- context . report ( ref . identifier , msg ) ;
11
+ context . report ( ref . identifier , msg ) ;
12
12
}
13
13
} ) ;
14
14
}
15
- }
16
- }
15
+ } ;
16
+ } ;
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ goto jslint
246
246
:jslint
247
247
if not defined jslint goto exit
248
248
echo running jslint
249
- %config% \node tools\eslint\bin\eslint.js src lib test --rulesdir tools\eslint-rules --reset --quiet
249
+ %config% \node tools\eslint\bin\eslint.js src lib test tools\eslint-rules --rulesdir tools\eslint-rules --reset --quiet
250
250
goto exit
251
251
252
252
:create-msvs-files-failed
You can’t perform that action at this time.
0 commit comments