File: luacheck.lua

package info (click to toggle)
luacheck 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,704 kB
  • sloc: sh: 106; makefile: 96; python: 35
file content (7 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
-- Version of bin/luacheck.lua for use in Luacheck binaries.

-- Do not load modules from filesystem in case a bundled module is broken.
package.path = ""
package.cpath = ""

require "luacheck.main"