File: .luacheckrc

package info (click to toggle)
minetest-mod-meshport 0.2.3-1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 776 kB
  • sloc: python: 40; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
unused_args = false
allow_defined_top = true
max_line_length = 999

globals = {
    "meshport",
}

read_globals = {
    string = {fields = {"split", "trim"}},
    table = {fields = {"copy", "getn", "indexof"}},

    "minetest",
    "PseudoRandom",
    "vector",
    "VoxelArea",
}