Page MenuHomePhabricator

Define a seperate JSHint configuration for NodeJS files
ClosedPublic

Authored by joshuaspence on Dec 30 2014, 10:37 AM.
Tags
None
Referenced Files
F15469855: D11071.id26565.diff
Fri, Apr 4, 5:13 PM
F15464991: D11071.id26584.diff
Wed, Apr 2, 1:29 PM
F15463369: D11071.id.diff
Tue, Apr 1, 10:51 PM
F15462382: D11071.id26564.diff
Tue, Apr 1, 2:46 PM
F15462240: D11071.id26565.diff
Tue, Apr 1, 1:17 PM
F15460357: D11071.diff
Mon, Mar 31, 10:17 PM
F15417501: D11071.id26565.diff
Thu, Mar 20, 5:20 PM
F15417482: D11071.id26564.diff
Thu, Mar 20, 5:16 PM
Subscribers

Details

Summary

Currently, we assume that all JavaScript files are for use in a browser. This is not true for the NodeJS Aphlict server code. Split the current JSHint configuration into jshint-browser and jshint-node.

Test Plan

arc lint

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Define a seperate JSHint configuration for NodeJS files.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Dec 30 2014, 10:59 AM
epriestley edited edge metadata.

This interacted with D11069, yell if I got the merge wrong.

This revision now requires changes to proceed.Dec 30 2014, 11:01 AM
epriestley edited edge metadata.

Whoops, didn't mean to request changes.

This revision is now accepted and ready to land.Dec 30 2014, 11:01 AM
This revision was automatically updated to reflect the committed changes.

LGTM. I could've landed it myself (unless you've changed your policies lately I guess).