From 7a06d276c255827df5c7c397e4871e5e887dcb39 Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 20 Oct 2016 18:07:45 +0100 Subject: #131 Keep the error types in the message for eslint --- test/test_linting_updates_loclist.vader | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_linting_updates_loclist.vader') diff --git a/test/test_linting_updates_loclist.vader b/test/test_linting_updates_loclist.vader index 9c39c30c..920a4e46 100644 --- a/test/test_linting_updates_loclist.vader +++ b/test/test_linting_updates_loclist.vader @@ -4,7 +4,7 @@ Given javascript (Some JavaScript with problems): Before: let g:ale_buffer_loclist_map = {} - let g:expected_data = {bufnr('%'): [{'lnum': 1, 'bufnr': bufnr('%'), 'vcol': 0, 'linter_name': 'eslint', 'nr': -1, 'type': 'W', 'col': 10, 'text': 'Infix operators must be spaced. (space-infix-ops)'}, {'lnum': 2, 'bufnr': bufnr('%'), 'vcol': 0, 'linter_name': 'eslint', 'nr': -1, 'type': 'E', 'col': 10, 'text': 'Missing semicolon. (semi)'}]} + let g:expected_data = {bufnr('%'): [{'lnum': 1, 'bufnr': bufnr('%'), 'vcol': 0, 'linter_name': 'eslint', 'nr': -1, 'type': 'W', 'col': 10, 'text': 'Infix operators must be spaced. [Warning/space-infix-ops]'}, {'lnum': 2, 'bufnr': bufnr('%'), 'vcol': 0, 'linter_name': 'eslint', 'nr': -1, 'type': 'E', 'col': 10, 'text': 'Missing semicolon. [Error/semi]'}]} After: let g:ale_buffer_loclist_map = {} -- cgit v1.2.3