Skip to content

Commit

Permalink
Add Facebook\HHAST\HHClientLinter to extraLinters (hhvm#413)
Browse files Browse the repository at this point in the history
Even though we don't want to include `HHClientLinter` in the `NON_DEFAULT_LINTERS` for now, it is still beneficial to dogfood the linter in the `hhast` repository. This PR is based on hhvm#411 and additionally add `Facebook\HHAST\HHClientLinter` to `extraLinters`
  • Loading branch information
Atry committed Nov 30, 2021
1 parent 63cf04d commit 06353b7
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit 06353b7

Please sign in to comment.