Gábriel
2024-03-08 f47da0c0453981929c1bde0eb47d86507c9305cd
commit | author | age
a8daa4 1 unused_args = false
DL 2 allow_defined_top = true
0f6bdb 3 max_line_length = 150
S 4 -- Allow shadowed variables (callbacks in callbacks)
5 redefined = false
a8daa4 6
DL 7 globals = {
8     "technic", "minetest",
9     "srcstack",
10 }
11
12 read_globals = {
13     string = {fields = {"split", "trim"}},
14     table = {fields = {"copy", "getn"}},
15
16     "intllib", "VoxelArea",
17     "default", "stairsplus",
18
19     "PseudoRandom", "ItemStack",
20     "mg", "tubelib", "vector",
21
22     "moretrees", "bucket",
23     "unified_inventory", "digilines",
24
25     "pipeworks", "screwdriver",
26     "VoxelManip", "unifieddyes",
27
28     "Settings", "mesecon",
29     "digiline_remote",
30
31     "protector", "isprotect",
32     "homedecor_expect_infinite_stacks",
1c2194 33     
S 34     "craftguide", "i3"
a8daa4 35 }
DL 36
0f6bdb 37 -- Loop warning
S 38 files["technic/machines/other/frames.lua"].ignore = { "" }
39 -- Long lines
40 files["technic_cnc/cnc_api.lua"].ignore = { "" }