Page MenuHomePhabricator

Don't pass data to `jshint` via STDIN
ClosedPublic

Authored by joshuaspence on Apr 6 2015, 12:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 13, 6:19 PM
Unknown Object (File)
Fri, Dec 6, 12:41 PM
Unknown Object (File)
Fri, Dec 6, 12:34 PM
Unknown Object (File)
Fri, Nov 29, 9:05 PM
Unknown Object (File)
Wed, Nov 27, 3:40 PM
Unknown Object (File)
Nov 11 2024, 8:05 PM
Unknown Object (File)
Nov 3 2024, 11:47 PM
Unknown Object (File)
Nov 3 2024, 11:43 PM
Subscribers

Details

Summary

Fixes T7464. JSHint is unable to exclude files from linting (via the jshintignore file) if the data is piped through STDIN. An alternative would be to pass $options[] = '--filename='.$this->getActivePath(), but $this->getActivePath() is not set when the command arguments are constructed.

Test Plan

Created a file and linted it with ArcanistJSHintLinter. Was able to exclude the file from linting with a jshintignore file.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Don't pass data to `jshint` via STDIN.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.

This approach is consistent with my intent via T7674.

This revision is now accepted and ready to land.Apr 6 2015, 12:45 PM
This revision was automatically updated to reflect the committed changes.