diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-21 01:12:20 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-21 01:12:20 +0200 |
commit | c9cc72113521b793d1baa0d2f558b97478a6acf4 (patch) | |
tree | 83722aca11901a5bf7ad433aac6a6b0ba05cf79a /config/essentials/vis/Makefile | |
parent | a0f45aece21a6280633023ec84f60eb0d5e0849a (diff) |
checkpoint
Diffstat (limited to 'config/essentials/vis/Makefile')
-rw-r--r-- | config/essentials/vis/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
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) |