mirror of
https://github.com/neovim/neovim.git
synced 2025-10-22 17:11:49 +00:00
Merge pull request #17887 from dundargoc/ci/commitlint
ci(commitlint): use -u NONE instead of --clean
This commit is contained in:
2
Makefile
2
Makefile
@@ -166,7 +166,7 @@ _opt_pylint:
|
|||||||
|| echo "SKIP: pylint (flake8 not found)"
|
|| echo "SKIP: pylint (flake8 not found)"
|
||||||
|
|
||||||
commitlint:
|
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:
|
_opt_commitlint:
|
||||||
@test -x build/bin/nvim && { $(MAKE) commitlint; exit $$?; } \
|
@test -x build/bin/nvim && { $(MAKE) commitlint; exit $$?; } \
|
||||||
|
Reference in New Issue
Block a user