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

Add Facebook\HHAST\HHClientLinter to extraLinters #413

Merged
merged 2 commits into from
Nov 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions hhast-lint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"roots": [ "src/", "codegen/", "tests/" ],
"builtinLinters": "all",
"extraLinters": [
"Facebook\\HHAST\\HHClientLinter"
],
"overrides": [
{
"patterns": [ "codegen/*", "tests/examples/*" ],
Expand Down
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