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
|
|
|
|
*/
|
|
|
|
|
|
|
|
phutil_register_library_map(array(
|
|
|
|
'__library_version__' => 2,
|
|
|
|
'class' =>
|
|
|
|
array(
|
|
|
|
'FacebookFbcodeLintEngine' => 'lint_engine/FacebookFbcodeLintEngine.php',
|
|
|
|
'FbcodeCppLinter' => 'cpp_linter/FbcodeCppLinter.php',
|
|
|
|
'PfffCppLinter' => 'cpp_linter/PfffCppLinter.php',
|
2014-02-14 02:48:11 +01:00
|
|
|
'ArcanistCpplintLinter' => 'cpp_linter/ArcanistCpplintLinter.php',
|
2012-11-28 07:09:08 +01:00
|
|
|
),
|
|
|
|
'function' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'xmap' =>
|
|
|
|
array(
|
|
|
|
'FacebookFbcodeLintEngine' => 'ArcanistLintEngine',
|
|
|
|
'FbcodeCppLinter' => 'ArcanistLinter',
|
|
|
|
'PfffCppLinter' => 'ArcanistLinter',
|
|
|
|
),
|
|
|
|
));
|