mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-09 22:14:44 +08:00
@@ -61,6 +61,19 @@ Execute(Disabling trailing whitespace warnings should work):
|
||||
\ '8: T2 Trailing whitespace',
|
||||
\])
|
||||
|
||||
AssertEqual
|
||||
\ [
|
||||
\ {
|
||||
\ 'lnum': 8,
|
||||
\ 'type': 'E',
|
||||
\ 'text': 'Trailing whitespace',
|
||||
\ 'code': 'B2',
|
||||
\ },
|
||||
\ ],
|
||||
\ ale_linters#gitcommit#gitlint#Handle(bufnr(''), [
|
||||
\ '8: B2 Trailing whitespace',
|
||||
\])
|
||||
|
||||
let b:ale_warn_about_trailing_whitespace = 0
|
||||
|
||||
AssertEqual
|
||||
@@ -68,3 +81,9 @@ Execute(Disabling trailing whitespace warnings should work):
|
||||
\ ale_linters#gitcommit#gitlint#Handle(bufnr(''), [
|
||||
\ '8: T2 Trailing whitespace',
|
||||
\ ])
|
||||
|
||||
AssertEqual
|
||||
\ [],
|
||||
\ ale_linters#gitcommit#gitlint#Handle(bufnr(''), [
|
||||
\ '8: B2 Trailing whitespace',
|
||||
\ ])
|
||||
|
||||
Reference in New Issue
Block a user