neogit/Makefile
2024-06-25 10:28:45 +02:00

14 lines
344 B
Makefile

test:
TEMP_DIR=$$TEMP_DIR TEST_FILES=$$TEST_FILES GIT_CONFIG_GLOBAL=/dev/null GIT_CONFIG_SYSTEM=/dev/null NVIM_APPNAME=neogit-test nvim --headless -S "./tests/init.lua"
lint:
selene --config selene/config.toml lua
typos
lint-short:
selene --config selene/config.toml --display-style Quiet lua
format:
stylua .
.PHONY: format lint test