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

[Backport maintenance/3.3.x] Fix potential-index-error false positive when iterable contains starred element #10098

Merged

Conversation

github-actions[bot]
Copy link
Contributor

Backport 3e9e613 from #10097.

@Pierre-Sassoulas Pierre-Sassoulas added the False Positive 🦟 A message is emitted but nothing is wrong with the code label Nov 24, 2024
@Pierre-Sassoulas Pierre-Sassoulas added this to the 3.3.2 milestone Nov 24, 2024
Copy link

codecov bot commented Nov 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.81%. Comparing base (5597aae) to head (4385c24).
Report is 1 commits behind head on maintenance/3.3.x.

Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                 @@
##           maintenance/3.3.x   #10098   +/-   ##
==================================================
  Coverage              95.80%   95.81%           
==================================================
  Files                    174      174           
  Lines                  18940    18951   +11     
==================================================
+ Hits                   18146    18157   +11     
  Misses                   794      794           
Files with missing lines Coverage Δ
pylint/checkers/variables.py 97.25% <100.00%> (+0.02%) ⬆️
---- 🚨 Try these New Features:

@Pierre-Sassoulas Pierre-Sassoulas merged commit 621ecf6 into maintenance/3.3.x Nov 24, 2024
25 checks passed
@Pierre-Sassoulas Pierre-Sassoulas deleted the backport-10097-to-maintenance/3.3.x branch November 24, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
False Positive 🦟 A message is emitted but nothing is wrong with the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants