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
F13205388: D11071.id26584.diff
Wed, May 15, 1:54 AM
F13200823: D11071.id26564.diff
Tue, May 14, 3:55 AM
F13200137: D11071.id26564.diff
Mon, May 13, 10:34 PM
F13200114: D11071.id26565.diff
Mon, May 13, 10:32 PM
F13193688: D11071.id26565.diff
Sun, May 12, 4:55 PM
F13193670: D11071.id.diff
Sun, May 12, 4:42 PM
F13177632: D11071.diff
Wed, May 8, 7:51 PM
Unknown Object (File)
Mon, May 6, 2:58 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
Branch
master
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3367
Build 3374: [Placeholder Plan] Wait for 30 Seconds

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).