feat: makefile for test cleanup

This commit is contained in:
Max Zawisa 2024-01-02 09:02:02 -05:00
parent fe85b14a85
commit 34b419984e
2 changed files with 7 additions and 0 deletions

View File

@ -7,3 +7,6 @@ end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
[{Makefile,*.mk}]
indent_style = tab

View File

@ -11,4 +11,8 @@ test:
nvim --headless --noplugin -u scripts/tests/minimal.vim \
-c "PlenaryBustedDirectory lua/harpoon/test/ {minimal_init = 'scripts/tests/minimal.vim'}"
clean:
echo "===> Cleaning"
rm /tmp/lua_*
pr-ready: fmt lint test