From 7a656995b32d793ec3cd4ad34d3da1768dbc826c Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Tue, 16 Jul 2019 10:28:40 +0200 Subject: [PATCH] Hardcode max level for phpstan --- vim/ftplugin/php.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/ftplugin/php.vim b/vim/ftplugin/php.vim index 4e6b468..384a055 100644 --- a/vim/ftplugin/php.vim +++ b/vim/ftplugin/php.vim @@ -1,5 +1,6 @@ let g:deoplete#ignore_sources = get(g:, 'deoplete#ignore_sources', {}) let g:deoplete#ignore_sources.php = ['omni'] +let g:ale_php_phpstan_level = 'max' " {{{ phpactor " Include use statement