andviro / flake8-vim

Pyflakes, Pep8 and mccabe code complexity checker for Vim, bundled with latest libraries for easy installation
63 stars 18 forks source link

g:PyFlakeMaxLineLength is ignored #7

Closed collinanderson closed 8 years ago

collinanderson commented 10 years ago

I just searched the code and don't see it being used anywhere. I would use it if it worked.

andviro commented 10 years ago

hi. it's used when checking source file. see flake8.vim line 84.

collinanderson commented 10 years ago

gotcha. i was hoping it would be used with autocorrect. thanks

andviro commented 10 years ago

Well, on a second thought it's not really used in checkers, but used in 'fix_lines'. My bad, i'll have to fix this somehow. Thanks for pointing it out!

Benoit-DunandLaisin commented 10 years ago

Hi. I'm also interrested by this correction (to by used in pep8 check on file saving). Thanks.

avg-I commented 8 years ago

Has this issue been fixed?

andviro commented 8 years ago

sorry friends, I've been busy lately. I'll try to find some time for this, but don't hold your breath. It'd be the best if someone will offer PR for this.

mbudnek commented 8 years ago

I just created PR #25 that fixes this issue.

andviro commented 8 years ago

Thanks, @mbudnek!