-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
22 lines (18 loc) · 825 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
test:
nvim --headless \
--noplugin \
-u scripts/minimal.vim \
-c "PlenaryBustedDirectory lua/tests/java_util/automated { minimal_init = './scripts/minimal.vim' }"
format:
stylua lua/
lint:
luacheck lua
gendoc:
nvim --headless --noplugin -u scripts/minimal_doc.vim -c "luafile ./scripts/generate_doc.lua" -c 'qa'
snapshots:
sh ./scripts/build-snapshot.sh RenameLombokField rename_lombok_field
sh ./scripts/build-snapshot.sh CreateTestNoClassSnippets create_test_no_class_snippets
sh ./scripts/build-snapshot.sh CreateTestStringClassSnippets create_test_string_class_snippets
sh ./scripts/build-snapshot.sh CreateTestLuasnipClassSnippets create_test_luasnip_class_snippets
sh ./scripts/build-snapshot.sh CreateTestAfterSnippetRun create_test_after_snippet_run
sh ./scripts/build-snapshot.sh GotoTest goto_test