mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-04-01 23:18:14 +02:00
Summary: Modernize `ArcanistJSHintLinter` by extending from `ArcanistExternalLinter` instead of `ArcanistLinter`. Test Plan: Wrote and executed unit tests. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D8965
6 lines
92 B
Text
6 lines
92 B
Text
var args = {};
|
|
args['foo'] = 'bar';
|
|
args['bar'] = 'baz';
|
|
~~~~~~~~~~
|
|
warning:2:5
|
|
warning:3:5
|