8000 Add HHClientLinter to NON_DEFAULT_LINTERS by Atry · Pull Request #420 · hhvm/hhast · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Add HHClientLinter to NON_DEFAULT_LINTERS #420

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
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 8000 .
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
0