Browse Lua for Sandbox Spawn Menu #17
Annotations
1 error and 10 warnings
Lint / lint
Process completed with exit code 1.
|
"Trailing whitespace":
lua/luapad/client/luapad.lua#L347
Trailing whitespace
|
"Unused variable":
lua/luapad/client/spawnmenu.lua#L3
Unused variable: node
|
"Unused variable":
lua/luapad/client/spawnmenu.lua#L88
Unused variable: k
|
"Shadowing":
lua/luapad/client/spawnmenu.lua#L89
Variable 'dirs' shadows existing binding, defined at line 76, column 14
|
"Trailing whitespace":
lua/luapad/client/spawnmenu.lua#L112
Trailing whitespace
|
"Trailing whitespace":
lua/luapad/client/spawnmenu.lua#L115
Trailing whitespace
|
"Trailing whitespace":
lua/luapad/client/spawnmenu.lua#L131
Trailing whitespace
|
"Syntax inconsistency":
lua/luapad/client/spawnmenu.lua#L133
Inconsistent use of tabs and spaces for indentation
|
"Space before parenthesis":
lua/luapad/client/spawnmenu.lua#L133
Style: Please add a space before the parenthesis
|
"Space before parenthesis":
lua/luapad/client/spawnmenu.lua#L134
Style: Please add a space before the parenthesis
|