Page MenuHomePhabricator

Add linter to support eslint
AbandonedPublic

Authored by vm on Jan 28 2016, 12:16 AM.
Tags
None
Referenced Files
F13269018: D15124.diff
Wed, May 29, 5:40 AM
F13243913: D15124.diff
Thu, May 23, 4:20 AM
F13229610: D15124.id36514.diff
Mon, May 20, 5:52 PM
F13226525: D15124.id.diff
Sun, May 19, 9:17 PM
F13222377: D15124.diff
Sun, May 19, 3:33 AM
F13204984: D15124.diff
Wed, May 15, 1:19 AM
F13188265: D15124.diff
Sat, May 11, 5:08 AM
Unknown Object (File)
Tue, May 7, 8:22 AM

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Summary

Added linter support for eslint http://eslint.org/

Test Plan

Added test cases

Diff Detail

Branch
eslint
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 10354
Build 12625: arc lint + arc unit

Event Timeline

vm retitled this revision from to Add linter to support eslint.
vm updated this object.
vm edited the test plan for this revision. (Show Details)
vm added a reviewer: epriestley.

See D12198, T9785, and T10038.

Clearly I should have used the search functionality before writing this ...
Might leave this here anyway since this implementation uses JSON output instead of relying on regexes to match linter output.

I presume that relying on script-and-regex is the only answer until T10038 is addressed?