From bbb68645d8072417fee0829b99b7df1c55d6b8d3 Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Wed, 23 Oct 2019 23:13:15 +0200 Subject: [PATCH] Add LUA linting --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4d93e9e..1bfbca7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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