mirror of
https://github.com/dense-analysis/ale
synced 2025-03-08 22:27:42 +00:00
Restore checkmake linebreaks (#3986)
* Add cppcheck handler match on misra msg * Add linebreak to checkmake formatter Co-authored-by: Dan George <dgeorge@anduril.com>
This commit is contained in:
parent
2cfeabd1b5
commit
3ca66e44bd
@ -20,6 +20,6 @@ endfunction
|
||||
call ale#linter#Define('make', {
|
||||
\ 'name': 'checkmake',
|
||||
\ 'executable': 'checkmake',
|
||||
\ 'command': 'checkmake %s --format="{{.LineNumber}}:{{.Rule}}:{{.Violation}}"',
|
||||
\ 'command': 'checkmake %s --format="{{.LineNumber}}:{{.Rule}}:{{.Violation}}{{\"\r\n\"}}"',
|
||||
\ 'callback': 'ale_linters#make#checkmake#Handle',
|
||||
\})
|
||||
|
Loading…
Reference in New Issue
Block a user