mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-03 01:53:30 +08:00
Fix typos
This commit is contained in:
@@ -97,7 +97,7 @@ Execute (The local alias option shouldn't completely replace the global one):
|
||||
call ale#linter#Define('testft1', g:testlinter1)
|
||||
call ale#linter#Define('testft2', g:testlinter2)
|
||||
let g:ale_linter_aliases = {'testft1': ['testft1', 'testft2']}
|
||||
" This is a key set for a differnt filetype.
|
||||
" This is a key set for a different filetype.
|
||||
" We should look for a key in this Dictionary first, and then check the
|
||||
" global Dictionary.
|
||||
let b:ale_linter_aliases = {'testft3': ['testft1']}
|
||||
|
||||
@@ -88,7 +88,7 @@ Execute (Count should be match the loclist):
|
||||
\ 'total': 15,
|
||||
\}, ale#statusline#Count(bufnr(''))
|
||||
|
||||
Execute (Output should be empty for non-existant buffer):
|
||||
Execute (Output should be empty for non-existent buffer):
|
||||
AssertEqual Counts({}), ale#statusline#Count(9001)
|
||||
|
||||
Execute (Status() should return just errors for the old format):
|
||||
|
||||
Reference in New Issue
Block a user