Improve .luacheckrc formatting

This commit is contained in:
Jude Melton-Houghton 2022-04-14 17:42:24 -04:00
parent 6a2b5a678d
commit 749f7b5267
1 changed files with 8 additions and 1 deletions

View File

@ -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"] = {