neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit a201dd265f3f20be954d8b7ee7f65d3eb6f920f6
parent b66cc0f5697dfa2031be16f823211680c9c373d1
Author: James McCoy <jamessan@jamessan.com>
Date:   Sun, 27 Mar 2022 17:11:11 -0400

Merge pull request #17887 from dundargoc/ci/commitlint

ci(commitlint): use -u NONE instead of --clean
Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -166,7 +166,7 @@ _opt_pylint: || echo "SKIP: pylint (flake8 not found)" commitlint: - $(NVIM_PRG) --clean -es +"lua require('scripts.lintcommit').main({trace=false})" + $(NVIM_PRG) -u NONE -es +"lua require('scripts.lintcommit').main({trace=false})" _opt_commitlint: @test -x build/bin/nvim && { $(MAKE) commitlint; exit $$?; } \