Update plugin .luacheckrc to be more strict

This commit is contained in:
Lucien Greathouse
2018-06-01 23:11:58 -07:00
parent c894b38f06
commit d5a21a0513

View File

@@ -39,10 +39,6 @@ stds.testez = {
ignore = {
"212", -- unused arguments
"421", -- shadowing local variable
"422", -- shadowing argument
"431", -- shadowing upvalue
"432", -- shadowing upvalue argument
}
std = "lua51+roblox"