From 8f5a3e5343b92b456df31274f17da6f4cd16c8ca Mon Sep 17 00:00:00 2001 From: chenweijiang Date: Wed, 29 Aug 2018 10:46:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3ale=20flake8=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vimrc.bundles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc.bundles b/vimrc.bundles index 18ed2dcf0..33dba3775 100644 --- a/vimrc.bundles +++ b/vimrc.bundles @@ -308,7 +308,7 @@ if has_key(g:plugs, 'syntastic') " python " pip install flake8 let g:syntastic_python_checkers=['flake8', ] " 使用pyflakes,速度比pylint快 - let g:syntastic_python_flake8_args='--ignore=E501,E225,E124,E712,E116,E131' + let g:syntastic_python_flake8_options='--ignore=E501,E225,E124,E712,E116,E131' " javascript " let g:syntastic_javascript_checkers = ['jsl', 'jshint']