1
0
mirror of https://bitbucket.org/minetest_gamers/x_enchanting.git synced 2025-04-21 09:40:22 +02:00

Update luacheck

This commit is contained in:
Juraj Vajda 2025-04-07 00:38:49 -04:00
parent 8935043ed4
commit 0d589e69b3

View File

@ -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",