Fix luacheck warnings
This commit is contained in:
parent
cf9b9c38ff
commit
46dc08bc6f
@ -2,7 +2,7 @@ unused_args = false
|
|||||||
max_line_length = 999
|
max_line_length = 999
|
||||||
|
|
||||||
globals = {
|
globals = {
|
||||||
"minetest", "lavastuff",
|
"minetest", "lavastuff", "armor",
|
||||||
}
|
}
|
||||||
|
|
||||||
read_globals = {
|
read_globals = {
|
||||||
@ -20,7 +20,7 @@ read_globals = {
|
|||||||
"mcl_sounds",
|
"mcl_sounds",
|
||||||
|
|
||||||
-- Other mods
|
-- Other mods
|
||||||
"armor", "stairsplus", "toolranks",
|
"stairsplus", "toolranks",
|
||||||
}
|
}
|
||||||
|
|
||||||
exclude_files = {
|
exclude_files = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user