-
-
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
fix no-name-in-module when variable is same as module name #8169
fix no-name-in-module when variable is same as module name #8169
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #8169 +/- ##
==========================================
- Coverage 95.53% 95.44% -0.09%
==========================================
Files 177 177
Lines 18622 18635 +13
==========================================
- Hits 17791 17787 -4
- Misses 831 848 +17
|
the coverage report doesn't make that much sense (must be indirect coverage) |
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
π€ According to the primer, this change has no effect on the checked open source code. π€π This comment was generated for commit 71dba00 |
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.
Very nice, I like when the actual fix is a single line modification and there's twenty times more tests and doc π !
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> (cherry picked from commit f690448)
Type of Changes
Description
Closes #8148
I was able to reproduce the original issue FP but also came up with a non-lib specific example that raised this issue.