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
F13985706: D9693.diff
Sun, Oct 20, 10:27 PM
Unknown Object (File)
Sep 13 2024, 9:22 PM
Unknown Object (File)
Sep 10 2024, 6:03 AM
Unknown Object (File)
Sep 5 2024, 6:15 PM
Unknown Object (File)
Aug 28 2024, 10:52 PM
Unknown Object (File)
Aug 25 2024, 9:10 AM
Unknown Object (File)
Aug 22 2024, 10:32 PM
Unknown Object (File)
Aug 17 2024, 1:12 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