File: .luacheckrc

package info (click to toggle)
lua-cliargs 3.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 388 kB
  • sloc: sh: 118; javascript: 14; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
std = "min"
cache = false

files["spec"] = {
  std = "+busted"
}

ignore = { "211/_" }
exclude_files = { "examples" }