mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-02 00:00:37 +02:00
a bit stricter luacheck and some global leakage fixes
This commit is contained in:
@ -1,10 +1,8 @@
|
||||
unused_args = false
|
||||
allow_defined_top = true
|
||||
max_line_length = 999
|
||||
|
||||
globals = {
|
||||
"technic", "minetest",
|
||||
"srcstack",
|
||||
"technic", "technic_cnc", "minetest", "wrench"
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
|
Reference in New Issue
Block a user