-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Auto-upgrade the whitelist
and blacklist
options in configuration
#5465
Comments
If anyone can find other references of language that should be deprecated, please add examples to this ticket. |
This has been answered in detail in the initial MR, in particular here and here:
So to do that partially would requires #5462. You're welcome to contribute to it if you like. |
I disagree that this would be considered |
@Pierre-Sassoulas One more case to consider pylintrc uses |
Please read the initial MR provided and the two comments linked in particular. |
I had read the MR and two comments you had linked. Confirmed that an updated pylint version has [MAIN] compatibility. However, I did notice that Since |
No. Please take the time to read the existing discussion properly. You previously answered that you disagreed in 4mn so clearly you did not. You also misunderstood what you read the second time around. A config file with '[main]' instead of '[master]' would not work right now. The following is still true:
|
I have put in a a PR to fix #5467. I'm going to refocus this issue to deprecating whitelist and blacklist. For any other language updates please open separate issues. Please keep those very specific about issues you have identified instead of a larger call for "examples to deprecate". 😄 |
whitelist
and blacklist
options
Wasn't this particular issue fixed in #3961 ? |
Partially, we now offer support for the new options but the suggestion in this issue is to deprecate the old options (and then remove them in a later version). |
Blocked by #5462 |
whitelist
and blacklist
optionswhitelist
and blacklist
options in configuration
Current problem
In
.pylintrc
we have the following attributeextension-pkg-whitelist=
For context, here is a description of that
At what point do we end backwards compatibility on this term? It is worth deprecating that language at some point.
Desired solution
We should deprecate
extension-pkg-whitelist
in favor ofextension-pkg-allow-list
for all referencesAdditional context
Lots of different inclusivity guides out there, but here's one
https://developers.google.com/style/inclusive-documentation
The text was updated successfully, but these errors were encountered: