We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e780561 commit e565d1fCopy full SHA for e565d1f
crates/emmylua_code_analysis/resources/schema.json
@@ -184,6 +184,13 @@
184
"syntax-error"
185
]
186
},
187
+ {
188
+ "description": "Lua syntax error",
189
+ "type": "string",
190
+ "enum": [
191
+ "lua-syntax-error"
192
+ ]
193
+ },
194
{
195
"description": "Type not found",
196
"type": "string",
@@ -372,6 +379,20 @@
372
379
"enum": [
373
380
"redundant-return-value"
374
381
382
383
384
+ "description": "Undefined Doc Param",
385
386
387
+ "undefined-doc-param"
388
389
390
391
+ "description": "Duplicate doc field",
392
393
394
+ "duplicate-doc-field"
395
375
396
}
376
397
377
398
0 commit comments