summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/compiler/phpstan.vim
blob: 7d1592be8f9f6234cef33b6ddc8d5b0a8679b4c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
" Vim compiler file
" Compiler:	PHPStan
" Maintainer:	Dietrich Moerman <dietrich.moerman@gmail.com>
" Last Change:	2025 Jul 17

if exists("current_compiler")
  finish
endif
let current_compiler = "phpstan"

CompilerSet makeprg=composer\ exec\ --\ phpstan\ analyse\ -v\ --no-progress\ --error-format=raw
CompilerSet errorformat=%f:%l:%m,%-G%.%#