mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-25 15:16:07 +00:00
Update plugin .luacheckrc to be more strict
This commit is contained in:
@@ -39,10 +39,6 @@ stds.testez = {
|
|||||||
|
|
||||||
ignore = {
|
ignore = {
|
||||||
"212", -- unused arguments
|
"212", -- unused arguments
|
||||||
"421", -- shadowing local variable
|
|
||||||
"422", -- shadowing argument
|
|
||||||
"431", -- shadowing upvalue
|
|
||||||
"432", -- shadowing upvalue argument
|
|
||||||
}
|
}
|
||||||
|
|
||||||
std = "lua51+roblox"
|
std = "lua51+roblox"
|
||||||
|
|||||||
Reference in New Issue
Block a user