Skip to content

Commit

Permalink
Remove HHClientLinter from NON_DEFAULT_LINTERS
Browse files Browse the repository at this point in the history
This enables it with the `all` option, but hhvm#408 and hhvm#409 are release blockers

It should be possible to enable this just for HHAST via `extraLinters` in the config, in a followup, but on vacation atm so doing the minimum here to get `main` back to a releasable state
  • Loading branch information
fredemmott authored Nov 26, 2021
1 parent 34ab5a2 commit 63cf04d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__Private/LintRunConfig.hack
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ 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 63cf04d

Please sign in to comment.