File: control

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 (34 lines) | stat: -rw-r--r-- 1,004 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: luacheck
Section: interpreters
Priority: optional
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Uploaders:
 Victor Seva <vseva@debian.org>,
Build-Depends:
 debhelper-compat (= 12),
 dh-lua,
 python3-sphinx,
Standards-Version: 4.5.0.3
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/lua-team/lua-check.git
Vcs-Browser: https://salsa.debian.org/lua-team/lua-check
Homepage: https://github.com/luarocks/luacheck

Package: lua-check
Architecture: all
Depends:
 lua-argparse,
 lua-filesystem,
 lua5.1,
 ${misc:Depends},
 ${shlibs:Depends},
 ${sphinxdoc:Depends},
Provides:
 ${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: static analyzer and a linter for the Lua language
 Luacheck is a static analyzer and a linter for Lua which
 detects issues such as usage of undefined global variables,
 unused variables and values, etc. It is fairly configurable
 and can be used as a part of automated testing, manually
 from the command line or inside an editor.