Skip to content

Commit 5e76e1f

Browse files
committed
DOnt require strict mode for dorm demo
1 parent a3c3799 commit 5e76e1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hhast-lint.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
],
1313
"disableAllAutoFixes": true
1414
},
15+
{
16+
"patterns": [ "examples/dorm/**" ],
17+
"disabledLinters": [
18+
"Facebook\\HHAST\\Linters\\StrictModeOnlyLinter"
19+
]
20+
},
1521
{
1622
"patterns": [ "src/PlainSprintf.php" ],
1723
"disabledLinters": [

0 commit comments

Comments
 (0)