1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-10-23 17:18:50 +02:00
phorge-arcanist/src
Joshua Spence 58302432cc Fix brace formatting linter rule
Summary: Fixes T8847.

Test Plan:
Ran `arc lint` on a test file:

```lang=php
<?php

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

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8847

Differential Revision: https://secure.phabricator.com/D13633
2015-07-17 16:40:46 +10:00
..
__tests__ Use PhutilLibraryTestCase 2015-01-07 07:37:59 +11:00
configuration Return $this from setter methods 2015-06-25 22:30:33 +10:00
difference Extend from Phobject 2015-06-15 15:47:33 +10:00
differential Extend from Phobject 2015-06-15 15:47:33 +10:00
docs/book Minor documentation improvements 2015-06-08 11:31:35 +10:00
events/constant Remove @group annotations 2014-07-09 09:12:13 +10:00
exception pht all the things 2015-05-13 21:00:53 +10:00
extensions Changes to Arcanist for libphutil "extensions/" 2013-04-22 14:38:49 -07:00
hgdaemon Extend from Phobject 2015-06-15 15:47:33 +10:00
internationalization Fix a translation ("to ignore these changes...") 2015-06-01 06:50:46 -07:00
lint Fix brace formatting linter rule 2015-07-17 16:40:46 +10:00
parser Extend from Phobject 2015-06-15 15:47:33 +10:00
repository Extend from Phobject 2015-06-15 15:47:33 +10:00
unit Fix unitialized variable in ArcanistPhpunitTestResultParser 2015-07-16 13:40:05 -07:00
upload Provide more documentation for Arcanist upload stuff 2015-05-27 10:26:27 -07:00
workflow Output lint XML results to a file 2015-07-15 06:58:41 +10:00
workingcopyidentity Extend from Phobject 2015-06-15 15:47:33 +10:00
__phutil_library_init__.php Delete license headers from files 2012-11-05 11:16:24 -08:00
__phutil_library_map__.php Add some tests for subclasses 2015-06-15 20:01:30 +10:00