1
0
mirror of https://github.com/mt-mods/biome_lib.git synced 2025-07-14 14:20:21 +02:00

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:
Buckaroo Banzai
2021-12-10 03:45:31 +01:00
committed by GitHub
parent 3a1446e26e
commit a3ce221eed
8 changed files with 79 additions and 34 deletions

18
.luacheckrc Normal file
View 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",
}