You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
395 B

-- load globals
globals = {
"AccurateTime",
"CreateFrame",
"debugprofilestart",
"debugprofilestop",
"GetTime",
}
-- no max line length
max_line_length = false
-- show warning codes in output
codes = true
-- ignore warnings
ignore = {
"311", -- pre-setting locals to nil
"212/self", -- unused self
}
-- only output files with warnings / errors
quiet = 1
exclude_files = { ".luacheckrc" }