From c9cc72113521b793d1baa0d2f558b97478a6acf4 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 21 Jun 2024 01:12:20 +0200 Subject: checkpoint --- config/essentials/vis/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'config/essentials/vis/Makefile') diff --git a/config/essentials/vis/Makefile b/config/essentials/vis/Makefile index 1599b58..f2d386b 100644 --- a/config/essentials/vis/Makefile +++ b/config/essentials/vis/Makefile @@ -1,11 +1,6 @@ -.PHONY: check format all +.PHONY: check -LUA_FILES := $(shell find . -name "*.lua") - -all: format check +LUA_FILES := $(shell find . -type f -name "*.lua") check: luacheck --no-color --globals=vis -- $(LUA_FILES) - -format: - lua-format -i $(LUA_FILES) -- cgit v1.2.3