mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-16 00:38:37 +01:00
Summary: add the ability to specify an rcfile path either absolute or relative to the project root. Test Plan: added one for a project, ran ##arc lint --trace## to see the expected result Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: 1046
19 lines
519 B
PHP
19 lines
519 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/linter/base');
|
|
phutil_require_module('arcanist', 'lint/message');
|
|
phutil_require_module('arcanist', 'lint/severity');
|
|
|
|
phutil_require_module('phutil', 'filesystem');
|
|
phutil_require_module('phutil', 'future/exec');
|
|
phutil_require_module('phutil', 'xsprintf/csprintf');
|
|
|
|
|
|
phutil_require_source('ArcanistPyLintLinter.php');
|