diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php index 04bb86ce..2eb13dec 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -37,11 +37,13 @@ phutil_register_library_map(array( 'ArcanistHelpWorkflow' => 'workflow/help', 'ArcanistLicenseLinter' => 'lint/linter/license', 'ArcanistLintEngine' => 'lint/engine/base', + 'ArcanistLintJSONRenderer' => 'lint/renderer', 'ArcanistLintMessage' => 'lint/message', 'ArcanistLintPatcher' => 'lint/patcher', 'ArcanistLintRenderer' => 'lint/renderer', 'ArcanistLintResult' => 'lint/result', 'ArcanistLintSeverity' => 'lint/severity', + 'ArcanistLintSummaryRenderer' => 'lint/renderer', 'ArcanistLintWorkflow' => 'workflow/lint', 'ArcanistLinter' => 'lint/linter/base', 'ArcanistLinterTestCase' => 'lint/linter/base/test',