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
F15337494: D9693.diff
Sun, Mar 9, 6:07 AM
Unknown Object (File)
Sun, Feb 16, 10:55 PM
Unknown Object (File)
Feb 9 2025, 1:51 PM
Unknown Object (File)
Feb 9 2025, 1:51 PM
Unknown Object (File)
Feb 9 2025, 1:51 PM
Unknown Object (File)
Feb 9 2025, 1:51 PM
Unknown Object (File)
Jan 28 2025, 7:49 PM
Unknown Object (File)
Jan 17 2025, 8:00 PM
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