Page MenuHomePhabricator

Fix the `ArcanistJSHintLinter::getVersion` function.
ClosedPublic

Authored by joshuaspence on May 18 2014, 1:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 24, 9:34 PM
Unknown Object (File)
Sun, Mar 31, 11:20 AM
Unknown Object (File)
Mar 13 2024, 3:18 PM
Unknown Object (File)
Nov 23 2023, 12:46 PM
Unknown Object (File)
Nov 12 2023, 2:21 PM
Unknown Object (File)
Oct 31 2023, 11:08 PM
Unknown Object (File)
Oct 4 2023, 3:19 AM
Unknown Object (File)
Oct 1 2023, 1:55 AM
Subscribers

Details

Summary

As identified by @epriestley in D9060, jshint --version emits version information on stderr, not stdout.

Test Plan

Ran jshint --version locally and verified that the version information is output to stderr.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Fix the `ArcanistJSHintLinter::getVersion` function..
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
joshuaspence added a subscriber: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.May 18 2014, 1:17 AM
epriestley updated this revision to Diff 21790.

Closed by commit rARC7c56fad48fc7 (authored by @joshuaspence, committed by @epriestley).