mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
#392 Report errors inside of headers, in a very basic way
This commit is contained in:
@@ -6,5 +6,5 @@ call ale#linter#Define('puppet', {
|
||||
\ 'command': 'puppet-lint --no-autoloader_layout-check'
|
||||
\ . ' --log-format "-:%{line}:%{column}: %{kind}: [%{check}] %{message}"'
|
||||
\ . ' %t',
|
||||
\ 'callback': 'ale#handlers#HandleGCCFormat',
|
||||
\ 'callback': 'ale#handlers#gcc#HandleGCCFormat',
|
||||
\})
|
||||
|
||||
Reference in New Issue
Block a user