forked from mtcontrib/biome_lib
Add luacheck and github workflow (#4)
Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com> Co-authored-by: OgelGames <olliverdc28@gmail.com>
This commit is contained in:
18
.luacheckrc
Normal file
18
.luacheckrc
Normal file
@ -0,0 +1,18 @@
|
||||
unused_args = false
|
||||
|
||||
globals = {
|
||||
"biome_lib"
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
-- Stdlib
|
||||
string = {fields = {"split", "trim"}},
|
||||
table = {fields = {"copy"}},
|
||||
|
||||
-- Minetest
|
||||
"minetest", "vector",
|
||||
"dump", "PerlinNoise",
|
||||
|
||||
-- mods
|
||||
"default",
|
||||
}
|
Reference in New Issue
Block a user