mirror of
https://github.com/minetest-mods/i3.git
synced 2025-06-28 14:46:02 +02:00
Luacheck cleanup
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
unused_args = false
|
||||
allow_defined_top = true
|
||||
|
||||
ignore = {
|
||||
"get_debug_grid",
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
"minetest",
|
||||
"default",
|
||||
@ -14,6 +17,6 @@ read_globals = {
|
||||
}
|
||||
|
||||
globals = {
|
||||
"craftguide",
|
||||
"i3",
|
||||
"core",
|
||||
}
|
||||
|
Reference in New Issue
Block a user