blob: 14e9696dbb4c5dbf7e7d4a564b085d3029b940b2 [file] [log] [blame]
Bram Moolenaarc0514bf2016-11-17 14:50:09 +01001" Vim compiler file
2" Compiler: Pylint for Python
3" Maintainer: Daniel Moch <daniel@danielmoch.com>
4" Last Change: 2016 May 20
Doug Kearns408281e2024-04-04 22:00:58 +02005" 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
Bram Moolenaarc0514bf2016-11-17 14:50:09 +01006
7if exists("current_compiler")
8 finish
9endif
10let current_compiler = "pylint"
11
Bram Moolenaarc0514bf2016-11-17 14:50:09 +010012CompilerSet makeprg=pylint\ --output-format=text\ --msg-template=\"{path}:{line}:{column}:{C}:\ [{symbol}]\ {msg}\"\ --reports=no
13CompilerSet errorformat=%A%f:%l:%c:%t:\ %m,%A%f:%l:\ %m,%A%f:(%l):\ %m,%-Z%p^%.%#,%-G%.%#