diff options
Diffstat (limited to 'docs/luarocks_lint.md')
-rw-r--r-- | docs/luarocks_lint.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/luarocks_lint.md b/docs/luarocks_lint.md new file mode 100644 index 00000000..f2d0f411 --- /dev/null +++ b/docs/luarocks_lint.md | |||
@@ -0,0 +1,15 @@ | |||
1 | # luarocks lint | ||
2 | |||
3 | Check syntax of a rockspec. | ||
4 | |||
5 | ## Usage | ||
6 | |||
7 | `luarocks lint <rockspec>` | ||
8 | |||
9 | Checks syntax and format of a local rockspec. | ||
10 | |||
11 | ## Example | ||
12 | |||
13 | ``` | ||
14 | luarocks lint my-rock-0.1.0-1.rockspec | ||
15 | ``` | ||