Update .luacheckrc
This commit is contained in:
parent
4cb8e731ca
commit
4917c3dc15
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ exclude_files = {
|
||||||
ignore = {"631"}
|
ignore = {"631"}
|
||||||
|
|
||||||
globals = {
|
globals = {
|
||||||
"crafting", "vector", "table", "minetest",
|
"crafting", "vector", "table", "minetest", "worldedit", "ctf", "ctf_flag",
|
||||||
"worldedit", "ctf", "ctf_flag", "ctf_colors",
|
"ctf_colors", "hudkit", "default", "treasurer", "ChatCmdBuilder", "ctf_map",
|
||||||
"hudkit", "default", "treasurer", "ChatCmdBuilder", "chatplus",
|
"ctf_match", "ctf_stats", "ctf_treasure", "ctf_playertag", "chatplus"
|
||||||
}
|
}
|
||||||
|
|
||||||
read_globals = {
|
read_globals = {
|
||||||
|
|
Loading…
Reference in a new issue