mirror of
https://bitbucket.org/minetest_gamers/x_enchanting.git
synced 2025-04-21 17:50:21 +02:00
Update luacheck
This commit is contained in:
parent
8935043ed4
commit
0d589e69b3
25
.luacheckrc
25
.luacheckrc
@ -3,27 +3,26 @@ allow_defined_top = true
|
|||||||
max_line_length = false
|
max_line_length = false
|
||||||
|
|
||||||
exclude_files = {
|
exclude_files = {
|
||||||
'./scripts',
|
"./scripts",
|
||||||
'./bin',
|
"./bin",
|
||||||
'./logs',
|
"./logs",
|
||||||
'./node_modules',
|
"./node_modules",
|
||||||
'./sounds',
|
"./sounds",
|
||||||
'./textures',
|
"./textures",
|
||||||
'./models',
|
"./models",
|
||||||
'./docs',
|
"./docs",
|
||||||
'./locale',
|
"./locale",
|
||||||
'./types',
|
"./types",
|
||||||
}
|
}
|
||||||
|
|
||||||
globals = {
|
globals = {
|
||||||
'minetest',
|
"core",
|
||||||
'XEnchanting'
|
"XEnchanting"
|
||||||
}
|
}
|
||||||
|
|
||||||
read_globals = {
|
read_globals = {
|
||||||
"DIR_DELIM", "INIT",
|
"DIR_DELIM", "INIT",
|
||||||
|
|
||||||
"core",
|
|
||||||
"dump", "dump2",
|
"dump", "dump2",
|
||||||
|
|
||||||
"Raycast",
|
"Raycast",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user