aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2021-09-19 16:38:33 -0700
committerJustin M. Keyes <justinkz@gmail.com>2021-09-19 16:39:34 -0700
commit41da72ffb652d7b6e391783fb9bc8777028bdb36 (patch)
tree0366992caba56591c6e775d48a040e4939f65951
parent736299bf22c47f120d0790f2390511f3302f74a3 (diff)
downloadrneovim-41da72ffb652d7b6e391783fb9bc8777028bdb36.tar.gz
rneovim-41da72ffb652d7b6e391783fb9bc8777028bdb36.tar.bz2
rneovim-41da72ffb652d7b6e391783fb9bc8777028bdb36.zip
build(lint): commit linter
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $$?; } \