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
F19756658: D11071.id.diff
Tue, Feb 17, 7:10 PM
F19149848: D11071.diff
Dec 10 2025, 8:24 PM
F19099335: D11071.id26565.diff
Dec 4 2025, 7:40 PM
F19099334: D11071.id26564.diff
Dec 4 2025, 7:40 PM
F18806654: D11071.id.diff
Oct 18 2025, 8:53 PM
F18802864: D11071.diff
Oct 17 2025, 8:43 PM
F18739293: D11071.diff
Oct 1 2025, 8:46 PM
F18567966: D11071.id.diff
Sep 9 2025, 8:56 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 3366
Build 3373: [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).