vim-lint

Lint plugin for vim
git clone https://git.ce9e.org/vim-lint.git

commit
d13524a2cdddbdd32f2d24e628bcd3b50bdd7cfb
parent
33f88eceecb900b8c45311e55eed8cc962654c2f
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-07-02 19:04
ruff (5.x): use concise output format

Diffstat

M ftplugin/python_10_ruff.vim 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/ftplugin/python_10_ruff.vim b/ftplugin/python_10_ruff.vim

@@ -1,5 +1,5 @@
    1     1 if executable('ruff') && !exists('b:lint_prg')
    2    -1     let b:lint_prg = 'ruff check'
   -1     2     let b:lint_prg = 'ruff check --output-format concise'
    3     3     let b:lint_format =
    4     4         \ 'error: Failed to parse %f:%l:%c: %m,' .
    5     5         \ 'error: Failed to parse %f:%l: %m,' .