Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
Draft
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: 0 additions & 3 deletions hhast-lint.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"roots": [ "src/", "codegen/", "tests/" ],
"builtinLinters": "all",
"extraLinters": [
"Facebook\\HHAST\\HHClientLinter"
],
"overrides": [
{
"patterns": [ "codegen/*", "tests/examples/*" ],
Expand Down
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