-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.luacheckrc
40 lines (34 loc) · 992 Bytes
/
.luacheckrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
unused_args = false
allow_defined_top = true
max_line_length = 125
globals = {
"minetest",
}
read_globals = {
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
-- Builtin
"vector", "ItemStack",
"dump", "DIR_DELIM", "VoxelArea", "Settings",
-- Database Manager
"db_manager",
-- MCL
--------------------------------------------
-- CORE
"biomeinfo", "flowlib", "mcl_explosions", "mcl_sounds", "mcl_loot", "mcl_particles", "mcl_util", "mcl_worlds", "walkover", "mcl_colors",
-- ENTITIES
"mobs", "mobs_mc",
-- ENVIRONNEMENT
"lightning", "mcl_weather",
-- HELP
"mcl_craftguide",
-- HUD
"awards", "mcl_death_messages", "mcl_experience", "mcl_formspec",
-- ITEMS
"armor", "mcl_crafting_table", "mcl_buckets", "mcl_doors", "mcl_enchanting", "mcl_fire",
"mcl_potions", "mcl_throwing", "mcl_stairs", "screwdriver", "mesecon", "tnt",
-- PLAYER
"mcl_hunger",
--OTHER
"mcl_vars",
}