From 0d589e69b39642b31397ec52b5b5b5239a0c45f6 Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Mon, 7 Apr 2025 00:38:49 -0400 Subject: [PATCH] Update luacheck --- .luacheckrc | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/.luacheckrc b/.luacheckrc index d226b07..e715999 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -3,27 +3,26 @@ allow_defined_top = true max_line_length = false exclude_files = { - './scripts', - './bin', - './logs', - './node_modules', - './sounds', - './textures', - './models', - './docs', - './locale', - './types', + "./scripts", + "./bin", + "./logs", + "./node_modules", + "./sounds", + "./textures", + "./models", + "./docs", + "./locale", + "./types", } globals = { - 'minetest', - 'XEnchanting' + "core", + "XEnchanting" } read_globals = { "DIR_DELIM", "INIT", - "core", "dump", "dump2", "Raycast",