1
Fork 0
lua-libpulse-glib/.luacheckrc

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"