[luacheck]
apt = lua-check
files = *.lua
flags = fixme
command = luacheck -q .
comment = Needs to not print anything when no files/issues were found

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

# vim:ft=dosini
