* Tim Johnson <[email protected]> [140305 13:42]:
> Using vim 7.3 on OSX 10.7
> 
> I have installed the syntastic plugin.
> 
> For checking syntax for python files, I have the following
> .pylintrc:
> ########################################################
> [DESIGN]
> 
> max-branchs = 20
> 
> max-args = 14
> 
> max-attributes = 14
> 
> max-locals = 35
> 
> [MESSAGES CONTROL]
> disable-msg=W0142,R0903
> ########################################################
> *none* of these settings seem to be read, since I am still 
> getting messages about any of the settings
> My vim configuration is :
> :let g:syntastic_python_checker = 'pylint --rcfile=/home/tim/.pylintrc'
> 
> How else can I enable the pylintrc settings?
  For some settings, the following is working:
  :let g:syntastic_python_pylint_rcfile='/home/tim/.pylintrc'
  *but* disabling W0124 does not get rid of the 'star-args' warning.
-- 
Tim 
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com, http://www.tj49.com

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to