Merge pull request #2662 from yurydelendik/disable-gjslint

Disables gjslint results
This commit is contained in:
Yury Delendik 2013-02-02 10:05:34 -08:00
commit a617f0e87f

View File

@ -971,6 +971,9 @@ target.lint = function() {
exec('gjslint --nojsdoc ' + LINT_FILES.join(' '));
echo('Discarding the results by printing \"files checked, no errors found\"');
echo('Use \"node make jshint\"');
crlfchecker.checkIfCrlfIsPresent(LINT_FILES);
};