From 3e11cbd18da3852fab5dee3f743bc60dc87f0775 Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 6 Feb 2019 18:05:13 +0000 Subject: Update syntax checking * Line continuation characters should be on the same lines. * .vim file line indentation should be a multiple of 4. --- ale_linters/python/pylint.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ale_linters/python/pylint.vim') diff --git a/ale_linters/python/pylint.vim b/ale_linters/python/pylint.vim index 01c3cb37..da845b7a 100644 --- a/ale_linters/python/pylint.vim +++ b/ale_linters/python/pylint.vim @@ -53,7 +53,7 @@ function! ale_linters#python#pylint#Handle(buffer, lines) abort if l:code is# 'I0011' " Skip 'Locally disabling' message - continue + continue endif call add(l:output, { -- cgit v1.2.3