summaryrefslogtreecommitdiff
path: root/Data/Libraries/LDoc/.luacheckrc
blob: 681b66a9a0a97e3c6ce4547a456e812c8cd0339d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
unused_args     = false
redefined       = false
max_line_length = false

include_files = {
  "**/*.lua",
  "*.rockspec",
  ".luacheckrc",
}

exclude_files = {
  -- Tests are too messy to lint
    "tests",
  -- Travis Lua environment
    "here/*.lua",
  "here/**/*.lua",
  -- GH Actions Lua Environment
    ".lua",
  ".luarocks",
  ".install",
}