diff --git a/games/devtest/.luacheckrc b/games/devtest/.luacheckrc index c4cfc3178..b97789d4d 100644 --- a/games/devtest/.luacheckrc +++ b/games/devtest/.luacheckrc @@ -35,10 +35,8 @@ read_globals = { string = {fields = {"split", "trim"}}, table = {fields = {"copy", "getn", "indexof", "insert_all", "key_value_swap"}}, math = {fields = {"hypot", "round"}}, -} --- Busted-style unit testing -local bustitute = { + -- Busted-style unit testing read_globals = { "describe", "it", @@ -46,9 +44,6 @@ local bustitute = { }, } -files["mods/unittests/matrix4.lua"] = bustitute -files["mods/unittests/rotation.lua"] = bustitute - globals = { "aborted", "minetest", @@ -56,4 +51,3 @@ globals = { os = { fields = { "tempfolder" } }, "_", } -