mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-08 13:51:01 +01:00
f4c322cb72
Summary: Add a linter rule to prevent trailing commas in a list assignment. `list($x, $y,)` is equivalent to `list($x, $y)`, but the latter is cleaner and should be preferred. Test Plan: Added test cases. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D13870 |
||
---|---|---|
.. | ||
engine | ||
linter | ||
renderer | ||
ArcanistLintMessage.php | ||
ArcanistLintPatcher.php | ||
ArcanistLintResult.php | ||
ArcanistLintSeverity.php |