From ccffa08636bee33cc552215e6f8884acdfeac2df Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 31 May 2017 09:54:56 -0600 Subject: Updating phpcs args --- plugin/vim-options.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/vim-options.vim') diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 05f4a38..fc6f5e6 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -332,7 +332,7 @@ if !empty(glob($EditorDir.'plugged/syntastic/plugin/syntastic.vim')) let g:syntastic_php_checkers = ['php', 'phpcs'] let g:syntastic_javascript_checkers = ['eslint'] let g:syntastic_scss_checkers = ['sass_lint'] - let g:syntastic_php_phpcs_args = "--standard=".$HOME."/PEARish.xml,PSR2,Symfony2" + let g:syntastic_php_phpcs_args = "--standard=/root/PEARish.xml,PSR2,Symfony2" let g:syntastic_always_populate_loc_list = 1 let g:syntastic_auto_loc_list = 0 let g:syntastic_check_on_wq = 1 -- cgit v1.2.3