vim-syntastic / syntastic

Syntax checking hacks for vim
Do What The F*ck You Want To Public License
11.3k stars 1.14k forks source link

lintr for R disabled for security reasons with enable_checker set to 1 #2289

Closed lyh970817 closed 4 years ago

lyh970817 commented 4 years ago

It seems that with the following settings in the .vimrc file lintr is not working.

let g:syntastic_r_checkers = ['lintr']
let g:syntastic_enable_r_checker = 1

:SynstasticInfo suggests lintr is currently enabled but disabled for security reasons.

lcd047 commented 4 years ago

According to the manual the relevant variable is called g:syntastic_enable_r_lintr_checker. Have you tried that?