Add LUA linting
一些检查失败了
continuous-integration/drone/push Build is failing

这个提交包含在:
Florian Brinker 2019-10-23 22:45:54 +02:00
父节点 842ebf88d5
当前提交 81c8ec071c

查看文件

@ -16,8 +16,7 @@ steps:
image: alpine image: alpine
commands: commands:
- apk update - apk update
- apk add --no-cache lua5.1 lua5.1-dev luarocks5.1 - apk add --no-cache wget lua5.1 lua5.1-dev luarocks5.1
- rm -rf ~/.cache/luarocks
- luarocks-5.1 install luacheck - luarocks-5.1 install luacheck
- luacheck sources - luacheck sources