yamllint.vim (503B)
1 " Vim compiler file 2 " Compiler: Yamllint for YAML 3 " Maintainer: Romain Lafourcade <romainlafourcade@gmail.com> 4 " Last Change: 2021 July 21 5 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) 6 " 2025 Nov 16 by The Vim Project (set errorformat) 7 8 if exists("current_compiler") 9 finish 10 endif 11 let current_compiler = "yamllint" 12 13 CompilerSet makeprg=yamllint\ -f\ parsable 14 " CompilerSet errorformat=%f:%l:%c:\ [%t%*[^]]]\ %m,%f:%l:%c:\ [%*[^]]]\ %m 15 CompilerSet errorformat&