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

Commit

Permalink
Dogfood HHClientLinter
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry authored Nov 23, 2021
1 parent 2104d58 commit 2f8be35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion hhast-lint.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@
"Facebook\\HHAST\\DataProviderTypesLinter"
]
}
]
],
"linterConfigs": {
"Facebook\\HHAST\\HHClientLinter": {
"ignore": [5562, 5583, 5568, 5607, 5609, 5611, 5616, 5618, 5624, 5628, 5630, 5639]
}
}
}
1 change: 1 addition & 0 deletions src/__Private/LintRunConfig.hack
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,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 2f8be35

Please sign in to comment.