Tools: ignore lua-language-server-errors

This commit is contained in:
Iampete1 2024-05-03 19:22:25 +01:00 committed by Andrew Tridgell
parent 5bb5f442e1
commit cf16448dfa
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@
example script to test lua socket API
--]]
---@diagnostic disable: param-type-mismatch
---@diagnostic disable: need-check-nil
---@diagnostic disable: redundant-parameter
---@diagnostic disable: undefined-field
PARAM_TABLE_KEY = 47
PARAM_TABLE_PREFIX = "WEB_"