Skip to content

Commit f5ef576

Browse files
committed
Fix schema check
1 parent 6cfce34 commit f5ef576

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

crates/emmylua_code_analysis/resources/schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,11 @@
417417
"description": "enum-value-mismatch",
418418
"type": "string",
419419
"const": "enum-value-mismatch"
420+
},
421+
{
422+
"description": "preferred-local-alias",
423+
"type": "string",
424+
"const": "preferred-local-alias"
420425
}
421426
]
422427
},

0 commit comments

Comments
 (0)