Vimjas / vint

Fast and Highly Extensible Vim script Language Lint implemented in Python.
MIT License
702 stars 33 forks source link

"E488: Trailing characters: -(vim-jp/vim-vimlparser)" #392

Open Freed-Wu opened 7 months ago

Freed-Wu commented 7 months ago
$ pre-commit run vint -a
"scripts/update-markdown_inline-highlights.scm.vim:8:33: error! " "E488: Trailing characters: -(vim-jp/vim-vimlparser)"

However,

$ vint scripts/update-markdown_inline-highlights.scm.vim

will not fail.

Code is here