Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Revert "Remove HHClientLinter from NON_DEFAULT_LINTERS"
Browse files Browse the repository at this point in the history
This reverts commit 63cf04d.
  • Loading branch information
Atry committed Dec 9, 2021
1 parent a0edf13 commit f8d684c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/__Private/LintRunConfig.hack
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ final class LintRunConfig {
HHAST\NoFinalMethodInFinalClassLinter::class,
HHAST\NamespacePrivateLinter::class,
HHAST\DontHaveTwoEmptyLinesInARowLinter::class,
HHAST\HHClientLinter::class,
];

private static function getNamedLinterGroup(
Expand Down

0 comments on commit f8d684c

Please sign in to comment.