mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-01 15:20:23 +02:00
Improve .luacheckrc formatting
This commit is contained in:
@ -36,7 +36,14 @@ files["mesecons/actionqueue.lua"] = {
|
||||
}
|
||||
|
||||
files["*/spec/**/*.lua"] = {
|
||||
read_globals = {"assert", "fixture", "mineunit", "Player", "sourcefile", "world"},
|
||||
read_globals = {
|
||||
"assert",
|
||||
"fixture",
|
||||
"mineunit",
|
||||
"Player",
|
||||
"sourcefile",
|
||||
"world",
|
||||
},
|
||||
}
|
||||
|
||||
files["mesecons/spec/fixtures/voxelmanip.lua"] = {
|
||||
|
Reference in New Issue
Block a user