11 lines
176 B
Lua
11 lines
176 B
Lua
std = "max"
|
|
|
|
ignore = {
|
|
"431",
|
|
"432"
|
|
}
|
|
|
|
files[".luacheckrc"].std = "+luacheckrc"
|
|
files["rocks/*.rockspec"].std = "+rockspec"
|
|
|
|
files["tests/*_spec.lua"].std = "+busted"
|