From 2012c711dfcf9827aa90397ed896aa9d8657e397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Garci=CC=81a=20Cota?= Date: Tue, 8 Feb 2022 23:18:10 +0100 Subject: [PATCH] (chore) add luacheck to Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8758439..7e792c9 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ all: gen check test dev: - luarocks install busted luarocks install tl + luarocks install luacheck + luarocks install busted gen: tl gen inspect.tl