from retail
This commit is contained in:
@@ -31,16 +31,20 @@ ignore = {
|
||||
"211/CL", -- Unused local variable "CL"
|
||||
"212", -- Unused argument
|
||||
"213", -- Unused loop variable
|
||||
"214", -- unused hint
|
||||
-- "231", -- Set but never accessed
|
||||
"311", -- Value assigned to a local variable is unused
|
||||
"314", -- Value of a field in a table literal is unused
|
||||
"42.", -- Shadowing a local variable, an argument, a loop variable.
|
||||
"43.", -- Shadowing an upvalue, an upvalue argument, an upvalue loop variable.
|
||||
"542", -- An empty if branch
|
||||
"581", -- error-prone operator orders
|
||||
"582", -- error-prone operator orders
|
||||
}
|
||||
|
||||
globals = {
|
||||
-- compat
|
||||
"ipairs_reverse",
|
||||
"tInvert",
|
||||
"Round",
|
||||
"tIndexOf",
|
||||
|
||||
Reference in New Issue
Block a user