mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Fix issues with running individual tests, and get the Vim tests to run on certain machines again
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Before:
|
||||
runtime ale_linters/javascript/jscs.vim
|
||||
|
||||
After:
|
||||
call ale#linter#Reset()
|
||||
|
||||
Execute(jscs should parse lines correctly):
|
||||
AssertEqual
|
||||
|
||||
Reference in New Issue
Block a user