Page MenuHomePhabricator

Add linter to support eslint
AbandonedPublic

Authored by vm on Jan 28 2016, 12:16 AM.
Tags
None
Referenced Files
F13089919: D15124.diff
Thu, Apr 25, 2:04 AM
Unknown Object (File)
Tue, Apr 23, 9:44 PM
Unknown Object (File)
Sat, Apr 20, 2:31 AM
Unknown Object (File)
Fri, Apr 19, 2:24 AM
Unknown Object (File)
Sun, Apr 7, 11:31 AM
Unknown Object (File)
Sat, Mar 30, 1:16 AM
Unknown Object (File)
Thu, Mar 28, 5:54 PM
Unknown Object (File)
Tue, Mar 26, 9:15 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?