from retail

This commit is contained in:
Bunny67
2022-05-19 22:04:17 +03:00
parent 9465daedd8
commit e7e789686a
86 changed files with 9118 additions and 5486 deletions
+4
View File
@@ -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",