mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Merge pull request #2662 from yurydelendik/disable-gjslint
Disables gjslint results
This commit is contained in:
commit
a617f0e87f
1 changed files with 3 additions and 0 deletions
3
make.js
3
make.js
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue