Add LUA linting
Některé kontroly se nezdařily
continuous-integration/drone/push Build is failing

Tento commit je obsažen v:
Florian Brinker 2019-10-23 23:13:15 +02:00
rodič 85abad89b5
revize bbb68645d8

Zobrazit soubor

@ -19,7 +19,7 @@ steps:
- apk add --no-cache build-base curl unzip
- apk add --no-cache lua5.1 lua5.1-dev luarocks5.1
- luarocks-5.1 install luacheck
- luacheck sources/*.lua --compat --allow-defined --no-unused-args
- luacheck sources/*.lua --compat --allow-defined --no-unused-args --no-max-line-length
- name: build
image: alpine