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

Commit

Permalink
Allow unknown fields in the configuration of HHClientLinter (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry authored Nov 24, 2021
1 parent 6087e96 commit 4c6abf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Linters/HHClientLinter.hack
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ final class HHClientLinter implements Linter {
use SuppressibleTrait;

const type TConfig =
shape(?'ignore_except' => vec<int>, ?'ignore' => vec<int>);
shape(?'ignore_except' => vec<int>, ?'ignore' => vec<int>, ...);

const type TErrorCode = int;

Expand Down

0 comments on commit 4c6abf2

Please sign in to comment.