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

Commit f8d684c

Browse files
committed
Revert "Remove HHClientLinter from NON_DEFAULT_LINTERS"
This reverts commit 63cf04d.
1 parent a0edf13 commit f8d684c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/__Private/LintRunConfig.hack

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ final class LintRunConfig {
9595
HHAST\NoFinalMethodInFinalClassLinter::class,
9696
HHAST\NamespacePrivateLinter::class,
9797
HHAST\DontHaveTwoEmptyLinesInARowLinter::class,
98+
HHAST\HHClientLinter::class,
9899
];
99100

100101
private static function getNamedLinterGroup(

0 commit comments

Comments
 (0)