Closed
Description
How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
Windows
What is the issue affecting?
Diagnostics/Syntax Checking
Expected Behaviour
Not getting a Name Style Check warning
Actual Behaviour
Getting a Name Style Check warning
Reproduction steps
Two simple cases with the issue
--Some comment about the file
local Bla = {}
function Bla.swapElements(tbl, i, j)
tbl[i], tbl[j] = tbl[j], tbl[i]
end
return Bla
--Some comment about the file
local Bla = {}
function Bla.doSomething(tbl, i)
tbl[i] = 3
end
return Bla
Additional Notes
No response
Log File
No response
Metadata
Metadata
Assignees
Labels
No labels