Page MenuHomePhabricator

Add linter to support eslint
AbandonedPublic

Authored by vm on Jan 28 2016, 12:16 AM.
Tags
None
Referenced Files
F14053301: D15124.diff
Fri, Nov 15, 1:59 PM
F14040677: D15124.diff
Mon, Nov 11, 12:17 PM
F14034392: D15124.id36514.diff
Sat, Nov 9, 11:56 PM
F14024094: D15124.diff
Thu, Nov 7, 5:49 AM
F14015418: D15124.diff
Sun, Nov 3, 6:34 PM
F14008760: D15124.diff
Wed, Oct 30, 6:36 AM
F13997510: D15124.diff
Thu, Oct 24, 4:52 AM
F13970163: D15124.id.diff
Oct 17 2024, 6:03 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?