mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-04 20:52:42 +01:00
27 lines
881 B
PHP
27 lines
881 B
PHP
|
<?php
|
||
|
/**
|
||
|
* This file is automatically generated. Lint this module to rebuild it.
|
||
|
* @generated
|
||
|
*/
|
||
|
|
||
|
|
||
|
|
||
|
phutil_require_module('arcanist', 'exception/usage');
|
||
|
phutil_require_module('arcanist', 'lint/engine/liberate');
|
||
|
phutil_require_module('arcanist', 'lint/patcher');
|
||
|
phutil_require_module('arcanist', 'lint/renderer');
|
||
|
phutil_require_module('arcanist', 'lint/severity');
|
||
|
phutil_require_module('arcanist', 'workflow/base');
|
||
|
phutil_require_module('arcanist', 'workingcopyidentity');
|
||
|
|
||
|
phutil_require_module('phutil', 'console');
|
||
|
phutil_require_module('phutil', 'filesystem');
|
||
|
phutil_require_module('phutil', 'filesystem/filefinder');
|
||
|
phutil_require_module('phutil', 'future/exec');
|
||
|
phutil_require_module('phutil', 'moduleutils');
|
||
|
phutil_require_module('phutil', 'utils');
|
||
|
phutil_require_module('phutil', 'xsprintf/csprintf');
|
||
|
|
||
|
|
||
|
phutil_require_source('ArcanistLiberateWorkflow.php');
|