-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[configuration doc] Add the '--generate-rcfile' option #7136
[configuration doc] Add the '--generate-rcfile' option #7136
Conversation
We have deprecated the functions used for |
Pull Request Test Coverage Report for Build 2621274801
π - Coveralls |
Hmm yeah, but maybe we should still add the command in the doc so if someone really want an ini file we do not get an issue/question for it ? For example flake8's really hell bent on not using pyproject.toml right now. |
Yeah, I'm not opposed to it. We can just issue a warning about it on
This issue is almost fixed I think. |
Yeah it would make sense to deprecate some configuration options, right now there's a lot to keep backward compatible. I think there's a lot to discuss on this issue though. (I don't think we can deprecate ini before auto-upgrade of configuration, do we support something else than pyproject.toml or only that...). |
We currently support anything that looks like an |
Damn, you're right I forgot that. Should be documented there, ain't it ? |
Probably π But since |
Hmm right, I also forgot that. |
By the way as the generate toml config take the current configuration into account doesn't it do that too ? I suppose it also use the right terminology and not the deprecated argument ? (Isn't a big part of #5462 already done ?) |
Yeah I think so. But we don't have many test cases so it would be good to add some more and see if they work. |
Type of Changes
Description
Follow-up to this stackoverflow question: https://stackoverflow.com/questions/72877687/pylint-where-is-the-pylintrc-documentation