Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support a .pylintrc file (max-line-length) #14

Open
rizumu opened this issue Sep 26, 2012 · 3 comments
Open

Support a .pylintrc file (max-line-length) #14

rizumu opened this issue Sep 26, 2012 · 3 comments

Comments

@rizumu
Copy link

rizumu commented Sep 26, 2012

pylint configuration occurs in the .pyflymakerc, but some options don't seem to be supported such as:

[FORMAT]
max-line-length=120

Adding support for using a .pylintrc would be nice to futher configure pylint, but maybe there is a another way to increse the line length? Suggestions appreciated.

checkout this fork for prior work done towards supporting a .pylintrc:
https://github.com/rassie/flymake-python/network

@akaihola
Copy link
Owner

akaihola commented May 2, 2013

Thanks for your report!

The fork you mentioned doesn't seem to exist any more. Is that patch available elsewhere?

@akaihola
Copy link
Owner

akaihola commented May 2, 2013

I've just used a ~/.pylintrc file for Pylint settings I want to use globally. This doesn't of course allow per project settings.

@rizumu
Copy link
Author

rizumu commented May 2, 2013

I have been using flycheck lately and I've since got the max-line-length working, so I can't say for sure if this problem still exists with flymake-python. I do remember trying various combinations of global and project level .pylintrc's. I'd say you are safe to close this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants