mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-25 14:08:18 +01:00
ca98fc175f
Summary: The biggest blocker on getting rid of arc in trunk is that the lint rules in the commit hooks are still running the old version. Push arc commit hook support toward some reasonable state of approximately working. Test Plan: Reviewers: CC:
21 lines
616 B
PHP
21 lines
616 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/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', 'future/exec');
|
|
phutil_require_module('phutil', 'symbols');
|
|
phutil_require_module('phutil', 'utils');
|
|
|
|
|
|
phutil_require_source('ArcanistSvnHookPreCommitWorkflow.php');
|