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)
Wed, Nov 20, 9:07 PM
Unknown Object (File)
Mon, Nov 18, 5:20 PM
Unknown Object (File)
Wed, Nov 13, 12:59 AM
Unknown Object (File)
Oct 20 2024, 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
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
Branch
jshint-toomanyerrors
Lint
Lint Passed
SeverityLocationCodeMessage
Advicesrc/lint/linter/ArcanistJSHintLinter.php:35XHP16TODO Comment
Unit
Tests Passed
Build Status
Buildable 1336
Build 1336: [Placeholder Plan] Wait for 30 Seconds

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