Page MenuHomePhabricator

Fix brace formatting linter rule
ClosedPublic

Authored by joshuaspence on Jul 14 2015, 10:29 PM.
Tags
None
Referenced Files
F18862634: D13633.diff
Sun, Nov 2, 8:05 PM
F18852975: D13633.id32987.diff
Fri, Oct 31, 1:22 PM
F18819585: D13633.id.diff
Wed, Oct 22, 7:19 AM
F18743142: D13633.diff
Oct 2 2025, 10:31 PM
F18712618: D13633.id.diff
Sep 29 2025, 5:29 AM
F18653191: D13633.id32945.diff
Sep 21 2025, 11:33 AM
F18597073: D13633.diff
Sep 13 2025, 2:04 AM
F18593736: D13633.diff
Sep 12 2025, 3:47 PM
Subscribers

Details

Summary

Fixes T8847.

Test Plan

Ran arc lint on a test file:

<?php

if ($x) {
  echo 'foo';
}else {
  echo 'bar';
}

Diff Detail

Repository
rARC Arcanist
Branch
master
Lint
Lint Passed
Unit
Test Failures
Build Status
Buildable 7274
Build 7588: [Placeholder Plan] Wait for 30 Seconds
Build 7587: arc lint + arc unit

Event Timeline

joshuaspence retitled this revision from to Fix brace formatting linter rule.
joshuaspence updated this object.
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.Jul 15 2015, 5:16 PM
This revision was automatically updated to reflect the committed changes.