neovim

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

commit eb3f8989a01cce538150700f7bfe75b1af23bd4d
parent 2b09b39aec43c33a6db3801aea69380683e39a26
Author: dundargoc <33953936+dundargoc@users.noreply.github.com>
Date:   Thu,  9 Feb 2023 23:23:48 +0100

ci(lintcommit): turn off debug tracing (#22196)

The default output is too verbose and messy for someone not already
familiar with lintcommit, which defeats it purpose.
Diffstat:
M.github/workflows/lintcommit.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/lintcommit.yml b/.github/workflows/lintcommit.yml @@ -20,4 +20,4 @@ jobs: with: neovim: true - run: wget https://raw.githubusercontent.com/neovim/neovim/master/scripts/lintcommit.lua - - run: nvim --clean -es +"cd pr_nvim" +"lua dofile('../lintcommit.lua').main({trace=true})" + - run: nvim --clean -es +"cd pr_nvim" +"lua dofile('../lintcommit.lua').main({trace=false})"