Skip to content

Commit

Permalink
luacheck std
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed May 18, 2024
1 parent ea06fd7 commit 346c647
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .luacheckrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
std = "minetest+min"

globals = {
"mapsync",
"worldedit",
Expand All @@ -6,18 +8,6 @@ globals = {
}

read_globals = {
-- Stdlib
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},

-- Minetest
"vector", "ItemStack",
"dump", "dump2",
"VoxelArea",

-- mods
"mtzip",

-- testing
"mtt"
}

0 comments on commit 346c647

Please sign in to comment.