luau-promise/.luacheckrc

24 lines
323 B
Text
Raw Normal View History

2018-01-26 01:21:58 +00:00
stds.roblox = {
read_globals = {
"script", "spawn", "warn", "Instance",
2018-01-26 01:21:58 +00:00
}
}
stds.testez = {
read_globals = {
"describe",
"it", "itFOCUS", "itSKIP",
"FOCUS", "SKIP", "HACK_NO_XPCALL",
"expect",
}
}
ignore = {
"212", -- unused arguments
}
std = "lua51+roblox"
files["**/*.spec.lua"] = {
std = "+testez",
}