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)
Feb 14 2024, 3:41 PM
Unknown Object (File)
Feb 10 2024, 3:41 AM
Unknown Object (File)
Feb 5 2024, 3:16 PM
Unknown Object (File)
Feb 3 2024, 2:54 AM
Unknown Object (File)
Jan 1 2024, 4:30 PM
Unknown Object (File)
Dec 28 2023, 4:45 PM
Unknown Object (File)
Dec 24 2023, 4:56 PM
Unknown Object (File)
Dec 22 2023, 2:22 AM
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.