File: .luacheckrc

package info (click to toggle)
lua-ldap 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: ansic: 776; sh: 72; makefile: 62
file content (10 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
codes = true
globals = { 'lualdap' }
ignore = {
    '211',  -- unused variable
    '213',  -- unused loop variable
    '311',  -- value assigned to variable is unused
    '411',  -- variable was previously defined
    '421',  -- shadowing definition of variable
}