GLuaFixer icon indicating copy to clipboard operation
GLuaFixer copied to clipboard

Linter for Garry's mod Lua.

Results 2 GLuaFixer issues
Sort by recently updated
recently updated
newest added

Linter allows this: ```lua fori = 1 , 3do end ``` It's kinda weird, but the problem is probably not with the for loop, but with `3do end` EDIT: yep...

Hey there! would it be possible to remove this `Unnecessary parentheses` warning, as in Lua parentheses could change how code works, some examples: ```lua local function ret3() return 1, 2,...