Add script for Luacheck

This commit is contained in:
Jean-Patrick Guerrero
2021-11-30 18:39:35 +01:00
parent 0b4250b54b
commit ab690398b7
5 changed files with 133 additions and 4 deletions

View File

@ -1,6 +1,5 @@
local ItemStack = ItemStack
local loadstring = loadstring
local ESC = core.formspec_escape
local translate = core.get_translated_string
local vec_new, vec_add, vec_mul = vector.new, vector.add, vector.multiply
local sort, concat, insert = table.sort, table.concat, table.insert