blob: f2d0f411fa86a7c4c29fd4e07da61facba704520 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# luarocks lint
Check syntax of a rockspec.
## Usage
`luarocks lint <rockspec>`
Checks syntax and format of a local rockspec.
## Example
```
luarocks lint my-rock-0.1.0-1.rockspec
```
|