diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-03-17 15:34:15 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-17 15:34:15 +0100 |
commit | da7035666495a278bfc7885e4d9f11557f210357 (patch) | |
tree | dee15f2eaa55b7e392bff39aaff2e2f966751377 /Makefile | |
parent | 53f6e19f84ba06bbf143339deba84bc51cd6706e (diff) |
checkpoint
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,5 +3,5 @@ LUA_FILES := $(shell find . -type f -name "*.lua") check: - luacheck --no-color --globals=vim -- $(LUA_FILES) stylua $(LUA_FILES) + luacheck --no-color --globals=vim -- $(LUA_FILES) |