1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Disables gjslint results

This commit is contained in:
Yury Delendik 2013-02-02 12:03:18 -06:00
parent 9737ff5d5b
commit 9216435953

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);
};