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)
Apr 15 2026, 10:02 PM
Unknown Object (File)
Feb 14 2026, 8:58 AM
Unknown Object (File)
Feb 3 2026, 11:11 AM
Unknown Object (File)
Feb 3 2026, 11:10 AM
Unknown Object (File)
Jan 31 2026, 5:39 PM
Unknown Object (File)
Jan 21 2026, 12:52 PM
Unknown Object (File)
Jan 9 2026, 5:03 AM
Unknown Object (File)
Jan 9 2026, 5:03 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