mirror of
https://github.com/minetest-mods/hbsprint.git
synced 2025-07-27 04:30:39 +02:00
Add LuaCheck and GitHub workflow (#32)
This commit is contained in:
19
.luacheckrc
Normal file
19
.luacheckrc
Normal file
@ -0,0 +1,19 @@
|
||||
allow_defined_top = true
|
||||
unused_args = false
|
||||
max_line_length = false
|
||||
|
||||
read_globals = {
|
||||
string = {fields = {"split", "trim"}},
|
||||
table = {fields = {"copy", "getn"}},
|
||||
|
||||
"player_monoids",
|
||||
"playerphysics",
|
||||
"hb",
|
||||
"vector",
|
||||
"hunger_ng",
|
||||
}
|
||||
|
||||
globals = {
|
||||
"minetest",
|
||||
"hbhunger"
|
||||
}
|
Reference in New Issue
Block a user