1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-01-27 06:58:17 +01:00
phorge-arcanist/src/lint/renderer
Joshua Spence d484b60295 Minor improvements to the ArcanistLintCheckstyleXMLRenderer class.
Summary: Ref T4948. Move the `startDocument` code to a `renderPreamble` function so that, at least theoretically, the renderer can be reused. Otherwise, the only way to reuse the renderer would be to construct a new instance.

Test Plan: Ran `arc lint --output xml` and verified that the output looked reasonable.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T4948

Differential Revision: https://secure.phabricator.com/D9108
2014-05-13 17:32:49 -07:00
..
ArcanistLintCheckstyleXMLRenderer.php Minor improvements to the ArcanistLintCheckstyleXMLRenderer class. 2014-05-13 17:32:49 -07:00
ArcanistLintConsoleRenderer.php Initialize variable in lint patch output 2013-03-08 15:25:33 -08:00
ArcanistLintJSONRenderer.php Change ArcanistLintRenderer to class 2013-02-22 16:15:43 -08:00
ArcanistLintLikeCompilerRenderer.php Change ArcanistLintRenderer to class 2013-02-22 16:15:43 -08:00
ArcanistLintNoneRenderer.php Support arc lint --output none 2013-02-25 14:55:57 -08:00
ArcanistLintRenderer.php Minor improvements to the ArcanistLintCheckstyleXMLRenderer class. 2014-05-13 17:32:49 -07:00
ArcanistLintSummaryRenderer.php Improve arc lint --output summary 2013-12-18 14:21:03 -08:00