From 41da72ffb652d7b6e391783fb9bc8777028bdb36 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 19 Sep 2021 16:38:33 -0700 Subject: [PATCH] build(lint): commit linter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a4ff07fb77..1ddf810ce0 100644 --- a/Makefile +++ b/Makefile @@ -166,7 +166,7 @@ _opt_pylint: || echo "SKIP: pylint (flake8 not found)" commitlint: - $(realpath build/bin/nvim) --clean -es +"luafile scripts/lintcommit.lua" + $(NVIM_PRG) --clean -es +"lua require('scripts.lintcommit').main({trace=false})" _opt_commitlint: @test -x build/bin/nvim && { $(MAKE) commitlint; exit $$?; } \