File: .luacheckrc

package info (click to toggle)
lua-ldap 1.4.0-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 448 kB
  • sloc: ansic: 776; sh: 72; makefile: 62
file content (7 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
codes = true
max_line_length = 160
unused = false
unused_args = false
ignore = {
    '431',  -- shadowing upvalue
}