mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
Make the PhutilLintEngine
final.
Summary: Phabricator now uses the `ArcanistConfigurationDrivenLintEngine` lint engine instead of the `PhabricatorLintEngine` lint engine. Depends on D9064. Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9069
This commit is contained in:
parent
315314425e
commit
c4ac8a1aea
1 changed files with 1 additions and 5 deletions
|
@ -2,12 +2,8 @@
|
|||
|
||||
/**
|
||||
* Lint engine which enforces libphutil rules.
|
||||
*
|
||||
* TODO: Deal with PhabricatorLintEngine extending this and then finalize it.
|
||||
*
|
||||
* @group linter
|
||||
*/
|
||||
class PhutilLintEngine extends ArcanistLintEngine {
|
||||
final class PhutilLintEngine extends ArcanistLintEngine {
|
||||
|
||||
public function buildLinters() {
|
||||
$linters = array();
|
||||
|
|
Loading…
Reference in a new issue