Page MenuHomePhabricator

Skip the "Too Many Errors" error that is raised by JSHint.
ClosedPublic

Authored by joshuaspence on Jun 23 2014, 6:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 27, 4:20 PM
Unknown Object (File)
Fri, Dec 27, 11:10 AM
Unknown Object (File)
Wed, Dec 25, 1:56 PM
Unknown Object (File)
Fri, Dec 20, 1:18 AM
Unknown Object (File)
Sun, Dec 15, 6:53 PM
Unknown Object (File)
Sat, Dec 14, 7:16 AM
Unknown Object (File)
Sat, Dec 14, 1:57 AM
Unknown Object (File)
Thu, Dec 12, 7:13 AM
Subscribers

Details

Summary

If JSHint encounters too many errors (by default, more than 50) errors, then it quits prematurely and raises an additional (rather unhelpful) "Too Many Errors" error. We should just ignore this additional error.

Test Plan

Added a test case.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Skip the "Too Many Errors" error that is raised by JSHint..
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
This revision is now accepted and ready to land.Jun 23 2014, 6:15 PM