-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#7988) Co-authored-by: Dani Alcala <[email protected]>
- Loading branch information
1 parent
c3d7b39
commit e907020
Showing
7 changed files
with
46 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Fix ``use-sequence-for-iteration`` when unpacking a set with ``*``. | ||
|
||
Closes #5788 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
use-sequence-for-iteration:7:9:7:18::Use a sequence type when iterating over values:UNDEFINED | ||
use-sequence-for-iteration:11:12:11:21::Use a sequence type when iterating over values:UNDEFINED | ||
use-sequence-for-iteration:14:12:14:21::Use a sequence type when iterating over values:UNDEFINED | ||
use-sequence-for-iteration:16:12:16:21::Use a sequence type when iterating over values:UNDEFINED | ||
use-sequence-for-iteration:7:9:7:18::Use a sequence type when iterating over values:HIGH | ||
use-sequence-for-iteration:11:12:11:21::Use a sequence type when iterating over values:HIGH | ||
use-sequence-for-iteration:14:12:14:21::Use a sequence type when iterating over values:HIGH |