File: .luacheckrc

package info (click to toggle)
lua-ldoc 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 928 kB
  • sloc: makefile: 63; ansic: 56
file content (28 lines) | stat: -rw-r--r-- 426 bytes parent folder | download
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
unused_args     = false
redefined       = false
max_line_length = false

files = {
   ["config.ld"] = {
      std = "+ldoc"
   }
}

include_files = {
   "config.ld",
   "**/*.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",
}