mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-23 07:43:01 +00:00
Fix luacheck
The problem was that we moved bit.lua from worldeditadditions to worldeditadditions_core, but failed to update .luacheckrc
This commit is contained in:
parent
7f2be74580
commit
440cdcc504
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ codes = true
|
||||||
|
|
||||||
exclude_files = {
|
exclude_files = {
|
||||||
".luarocks/*",
|
".luarocks/*",
|
||||||
"worldeditadditions/utils/bit.lua"
|
"worldeditadditions_core/utils/bit.lua"
|
||||||
}
|
}
|
||||||
|
|
||||||
files["worldeditadditions_core/register/check.lua"] = { read_globals = { "table" } }
|
files["worldeditadditions_core/register/check.lua"] = { read_globals = { "table" } }
|
||||||
|
|
Loading…
Reference in a new issue