aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-05-31 09:54:56 -0600
committerCody Hiar <codyfh@gmail.com>2017-05-31 09:54:56 -0600
commitccffa08636bee33cc552215e6f8884acdfeac2df (patch)
tree17cb17823e858b62089c074bc68890592d328187
parentdb87a122df78671f3166a91e1bfc9ba96222b9d3 (diff)
Updating phpcs args
-rw-r--r--plugin/vim-options.vim2
1 files changed, 1 insertions, 1 deletions
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