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

Commit 114a57a

Browse files
committed
Don't ignore 5607 lint error under src/Migrations
1 parent eac7fcd commit 114a57a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

hhast-lint.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
"extraLinters": [
2525
"Facebook\\HHAST\\DataProviderTypesLinter"
2626
]
27+
},
28+
{
29+
"patterns": ["src/Migrations/*"],
30+
"linterConfigs": {
31+
"Facebook\\HHAST\\HHClientLinter": {
32+
"ignore": [5624, 5639]
33+
}
34+
}
2735
}
2836
],
2937
"linterConfigs": {

0 commit comments

Comments
 (0)