Page MenuHomePhabricator

Fix brace formatting linter rule
ClosedPublic

Authored by joshuaspence on Jul 14 2015, 10:29 PM.
Tags
None
Referenced Files
F13267303: D13633.diff
Wed, May 29, 3:07 AM
F13252732: D13633.diff
Sat, May 25, 2:01 AM
F13230583: D13633.diff
Mon, May 20, 11:04 PM
F13225609: D13633.diff
Sun, May 19, 4:14 PM
F13212966: D13633.diff
Fri, May 17, 7:14 AM
F13208473: D13633.id32945.diff
Thu, May 16, 3:48 PM
Unknown Object (File)
Tue, May 7, 5:17 AM
Unknown Object (File)
Apr 27 2024, 10:33 AM
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.