Skip to content

Commit 9103748

Browse files
committed
remove test dir from lua checklist
1 parent 747c55a commit 9103748

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
SRC_DIR := src
2-
TEST_DIR := test
3-
4-
LUA_DIRS := $(SRC_DIR) $(TEST_DIR)
52

63
LUALS_VERSION := 3.17.1
74
LUALS_DIR := bin/lua-language-server
@@ -34,10 +31,10 @@ install-luals:
3431
install-tools: install-stylua install-luals
3532

3633
format:
37-
stylua $(LUA_DIRS)
34+
stylua $(SRC_DIR)
3835

3936
format-check:
40-
stylua --check $(LUA_DIRS)
37+
stylua --check $(SRC_DIR)
4138

4239
typecheck:
4340
$(LUALS) --check .

0 commit comments

Comments
 (0)