mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-03-30 14:08:10 +02:00
Summary: see corresponding commit in libphutil Test Plan: linted and analyzed both libraries, got more sensible build behavior Reviewers: CC:
20 lines
556 B
PHP
20 lines
556 B
PHP
<?php
|
|
/**
|
|
* This file is automatically generated. Lint this module to rebuild it.
|
|
* @generated
|
|
*/
|
|
|
|
|
|
|
|
phutil_require_module('arcanist', 'lint/linter/base');
|
|
phutil_require_module('arcanist', 'lint/severity');
|
|
|
|
phutil_require_module('phutil', 'autoload');
|
|
phutil_require_module('phutil', 'filesystem');
|
|
phutil_require_module('phutil', 'future');
|
|
phutil_require_module('phutil', 'future/exec');
|
|
phutil_require_module('phutil', 'moduleutils');
|
|
phutil_require_module('phutil', 'parser/xhpast/bin');
|
|
|
|
|
|
phutil_require_source('ArcanistPhutilModuleLinter.php');
|