Skip to content

Commit e565d1f

Browse files
committed
update schema
1 parent e780561 commit e565d1f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

crates/emmylua_code_analysis/resources/schema.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,13 @@
184184
"syntax-error"
185185
]
186186
},
187+
{
188+
"description": "Lua syntax error",
189+
"type": "string",
190+
"enum": [
191+
"lua-syntax-error"
192+
]
193+
},
187194
{
188195
"description": "Type not found",
189196
"type": "string",
@@ -372,6 +379,20 @@
372379
"enum": [
373380
"redundant-return-value"
374381
]
382+
},
383+
{
384+
"description": "Undefined Doc Param",
385+
"type": "string",
386+
"enum": [
387+
"undefined-doc-param"
388+
]
389+
},
390+
{
391+
"description": "Duplicate doc field",
392+
"type": "string",
393+
"enum": [
394+
"duplicate-doc-field"
395+
]
375396
}
376397
]
377398
},

0 commit comments

Comments
 (0)