busted-tl/.luacheckrc

12 lines
174 B
Plaintext
Raw Permalink Normal View History

2023-04-23 03:34:05 +02:00
std = "lua54"
cache = true
files[".luacheckrc"].std = "+luacheckrc"
files[".rockspec"].std = "+rockspec"
include_files = {
"src/",
"*.rockspec",
"*.luacheckrc",
}