Allow .jshintrc and .jshintignore paths to be passed to jshint.
Ref T2039.
Differential D9112
Add some `.arclint` configuration options for `ArcanistJSHintLinter`. joshuaspence on May 14 2014, 3:10 AM. Authored by Tags None Referenced Files
Subscribers
Details
Allow .jshintrc and .jshintignore paths to be passed to jshint. Ref T2039. Added the jshintrc and jshintignore keys to an .arclint file that was configured to use ArcanistJSHintLinter. Ran arc lint --trace and inspected the flags that were passed to jshint.
Diff Detail
Event Timeline
Comment Actions Don't use csprintf. @epriestley, you were correct about the double escaping:
Comment Actions Don't check if the .jshintrc and .jshintignore paths exist (let jshint determine this). Comment Actions Closed by commit rARC8cd9cb104798 (authored by @joshuaspence, committed by @epriestley).
|