Make sure to reset linters after running the nix handler test

This commit is contained in:
w0rp 2017-03-06 23:34:19 +00:00
parent 663d8f832f
commit b3ab89ac15
1 changed files with 3 additions and 0 deletions

View File

@ -24,3 +24,6 @@ Execute(The nix handler should parse nix-instantiate error messages correctly):
\ 'error: syntax error, unexpected IN, at /path/to/filename.nix:23:14',
\ 'error: syntax error, unexpected ''='', expecting '';'', at /path/to/filename.nix:3:12',
\ ])
After:
call ale#linter#Reset()