-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[breaking changes] Add intention behind a possible fix #10618
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
[breaking changes] Add intention behind a possible fix #10618
Conversation
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #10618 +/- ##
==========================================
- Coverage 95.96% 95.95% -0.01%
==========================================
Files 176 176
Lines 19470 19504 +34
==========================================
+ Hits 18684 18716 +32
- Misses 786 788 +2 π New features to boost your workflow:
|
This comment has been minimized.
This comment has been minimized.
pylint/config/_breaking_changes.py
Outdated
[[Solution.REVIEW_OPTION]], | ||
{ | ||
Intention.KEEP: [Solution.REVIEW_OPTION], | ||
Intention.USE_DEFAULT: [], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be DO_NOTHING?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeap, definitely, great idea !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π€ According to the primer, this change has no effect on the checked open source code. π€π This comment was generated for commit b250f6b |
Type of Changes
Description
Follow-up to #10612, realized that if we're letting the user choose we need some quick way to tell them what an option will do when they have to choose because "remove extension and disable message implicitly" is jargon we maintainer understand but probably not everyone else.
Refs #5462