Page MenuHomePhabricator

Further improvements to array comma linter rule
ClosedPublic

Authored by joshuaspence on Apr 6 2015, 9:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 24, 2:03 PM
Unknown Object (File)
Tue, Jul 23, 12:17 AM
Unknown Object (File)
Mon, Jul 22, 12:44 PM
Unknown Object (File)
Mon, Jul 22, 10:54 AM
Unknown Object (File)
Sun, Jul 21, 1:56 AM
Unknown Object (File)
Sat, Jul 20, 7:34 AM
Unknown Object (File)
Sat, Jul 20, 4:23 AM
Unknown Object (File)
Sat, Jul 20, 3:26 AM
Subscribers

Details

Summary

Improve the ArcanistXHPASTLinter::LINT_ARRAY_SEPARATOR rule to be able to autofix the following code:

array(
  1,
  2,
  3, /* comment */ );
Test Plan

Added unit tests.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Further improvements to array comma linter rule.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.May 19 2015, 3:14 PM
This revision was automatically updated to reflect the committed changes.