From 4f5123e2536f2fc6917c0a52c7bedc2a70531331 Mon Sep 17 00:00:00 2001 From: vrana Date: Thu, 14 Feb 2013 11:23:30 -0800 Subject: [PATCH] Make PhabricatorLintEngine extensible Summary: It makes sense for Phabricator customizations to use all the Phabricator linters and maybe add some more or delete some. Doing this as proxy would be PITA as there are lots of methods that would need to be proxied. Test Plan: Extended it. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4954 --- src/infrastructure/lint/PhabricatorLintEngine.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/infrastructure/lint/PhabricatorLintEngine.php b/src/infrastructure/lint/PhabricatorLintEngine.php index 28fb9967e6..5248891b0e 100644 --- a/src/infrastructure/lint/PhabricatorLintEngine.php +++ b/src/infrastructure/lint/PhabricatorLintEngine.php @@ -1,6 +1,9 @@