real_g/.luacheckrc

15 lines
214 B
Plaintext
Raw Permalink Normal View History

2020-06-21 13:20:49 -05:00
unused_args = false
allow_defined_top = true
max_line_length = 999
globals = {
"minetest",
}
read_globals = {
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
"abs",
}