2012-11-28 07:09:08 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
|
|
|
* This file is automatically generated. Use 'arc liberate' to rebuild it.
|
|
|
|
* @generated
|
|
|
|
* @phutil-library-version 2
|
|
|
|
*/
|
|
|
|
|
2016-06-17 13:36:52 +02:00
|
|
|
if (class_exists('ArcanistWorkflow')) {
|
|
|
|
phutil_register_library_map(array(
|
|
|
|
'__library_version__' => 2,
|
|
|
|
'class' =>
|
|
|
|
array(
|
|
|
|
'ArcanistCpplintLinter' => 'cpp_linter/ArcanistCpplintLinter.php',
|
|
|
|
'BaseDirectoryScopedFormatLinter' => 'cpp_linter/BaseDirectoryScopedFormatLinter.php',
|
|
|
|
'FacebookArcanistConfiguration' => 'config/FacebookArcanistConfiguration.php',
|
|
|
|
'FacebookFbcodeLintEngine' => 'lint_engine/FacebookFbcodeLintEngine.php',
|
|
|
|
'FacebookFbcodeUnitTestEngine' => 'unit_engine/FacebookFbcodeUnitTestEngine.php',
|
|
|
|
'FacebookHowtoevenLintEngine' => 'lint_engine/FacebookHowtoevenLintEngine.php',
|
|
|
|
'FacebookHowtoevenLinter' => 'cpp_linter/FacebookHowtoevenLinter.php',
|
|
|
|
'FbcodeClangFormatLinter' => 'cpp_linter/FbcodeClangFormatLinter.php',
|
|
|
|
'FbcodeCppLinter' => 'cpp_linter/FbcodeCppLinter.php',
|
|
|
|
),
|
|
|
|
'function' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'xmap' =>
|
|
|
|
array(
|
|
|
|
'ArcanistCpplintLinter' => 'ArcanistLinter',
|
|
|
|
'BaseDirectoryScopedFormatLinter' => 'ArcanistLinter',
|
|
|
|
'FacebookArcanistConfiguration' => 'ArcanistConfiguration',
|
|
|
|
'FacebookFbcodeLintEngine' => 'ArcanistLintEngine',
|
|
|
|
'FacebookFbcodeUnitTestEngine' => 'ArcanistBaseUnitTestEngine',
|
|
|
|
'FacebookHowtoevenLintEngine' => 'ArcanistLintEngine',
|
|
|
|
'FacebookHowtoevenLinter' => 'ArcanistLinter',
|
|
|
|
'FbcodeClangFormatLinter' => 'BaseDirectoryScopedFormatLinter',
|
|
|
|
'FbcodeCppLinter' => 'ArcanistLinter',
|
|
|
|
),
|
|
|
|
));
|
|
|
|
} else {
|
|
|
|
phutil_register_library_map(array(
|
|
|
|
'__library_version__' => 2,
|
|
|
|
'class' =>
|
|
|
|
array(
|
|
|
|
'ArcanistCpplintLinter' => 'cpp_linter/ArcanistCpplintLinter.php',
|
|
|
|
'BaseDirectoryScopedFormatLinter' => 'cpp_linter/BaseDirectoryScopedFormatLinter.php',
|
|
|
|
'FacebookArcanistConfiguration' => 'config/FacebookOldArcanistConfiguration.php',
|
|
|
|
'FacebookFbcodeLintEngine' => 'lint_engine/FacebookFbcodeLintEngine.php',
|
2016-08-11 19:09:43 +02:00
|
|
|
'FacebookFbcodeUnitTestEngine' => 'unit_engine/FacebookOldFbcodeUnitTestEngine.php',
|
2016-06-17 13:36:52 +02:00
|
|
|
'FacebookHowtoevenLintEngine' => 'lint_engine/FacebookHowtoevenLintEngine.php',
|
|
|
|
'FacebookHowtoevenLinter' => 'cpp_linter/FacebookHowtoevenLinter.php',
|
|
|
|
'FbcodeClangFormatLinter' => 'cpp_linter/FbcodeClangFormatLinter.php',
|
|
|
|
'FbcodeCppLinter' => 'cpp_linter/FbcodeCppLinter.php',
|
|
|
|
),
|
|
|
|
'function' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'xmap' =>
|
|
|
|
array(
|
|
|
|
'ArcanistCpplintLinter' => 'ArcanistLinter',
|
|
|
|
'BaseDirectoryScopedFormatLinter' => 'ArcanistLinter',
|
|
|
|
'FacebookArcanistConfiguration' => 'ArcanistConfiguration',
|
|
|
|
'FacebookFbcodeLintEngine' => 'ArcanistLintEngine',
|
|
|
|
'FacebookFbcodeUnitTestEngine' => 'ArcanistBaseUnitTestEngine',
|
|
|
|
'FacebookHowtoevenLintEngine' => 'ArcanistLintEngine',
|
|
|
|
'FacebookHowtoevenLinter' => 'ArcanistLinter',
|
|
|
|
'FbcodeClangFormatLinter' => 'BaseDirectoryScopedFormatLinter',
|
|
|
|
'FbcodeCppLinter' => 'ArcanistLinter',
|
|
|
|
),
|
|
|
|
));
|
|
|
|
}
|