File: lua

package info (click to toggle)
check-all-the-things 2025.02.06
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 468 kB
  • sloc: python: 1,039; makefile: 17
file content (9 lines) | stat: -rw-r--r-- 179 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[luacheck]
apt = lua-check
files = *.lua
flags = fixme fixme-silent run-in-tmp-dir
command = luacheck -q {cwd}

# TODO: http://lua-users.org/wiki/ProgramAnalysis

# vim:ft=dosini