diff --git a/external/crlfchecker/crlfchecker.js b/external/crlfchecker/crlfchecker.js index 50522475e..f36894934 100644 --- a/external/crlfchecker/crlfchecker.js +++ b/external/crlfchecker/crlfchecker.js @@ -1,5 +1,9 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */ +/* jshint node:true */ +/* globals cat, echo, exit, ls */ + +'use strict'; function checkIfCrlfIsPresent(files) { var failed = []; diff --git a/make.js b/make.js index 2158fbf2c..f327a3b85 100644 --- a/make.js +++ b/make.js @@ -984,7 +984,7 @@ target.jshint = function() { var LINT_FILES = ['make.js', 'external/builder/', - //'external/crlfchecker/*.js', + 'external/crlfchecker/', 'src/', //'web/*.js', //'test/*.js',