python-rope / ropevim

vim mode that uses rope library to provide features like python refactorings and code-assists
GNU General Public License v2.0
245 stars 34 forks source link

disable auto code checking #54

Closed n3f4s closed 8 years ago

n3f4s commented 8 years ago

Hi, Is there a way do disable code-checking when saving a file ? I haven't found a way to do it in the ropevim documentation.

If not it would be nice to have this option.

Thanks.

mcepl commented 8 years ago

I don't understand what you are talking about. Rope doesn't do any code-checking I am aware off. Aren't you talking about some other vim plugin (e.g., vim-flake8)?

n3f4s commented 8 years ago

I just checked, and yes, that's not ropevim which do code checking. Just after I installed ropevim, there was a panel (like the one the copen vim command open) which start appearing when I save a python file. Since I haven't installed any other python plugin recently and I've found comparison between jedi (which do static anlysis) and rope, I assumed that it was rope which created those panel... I should have checked before opening an issue. Sorry.