Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

noUnnecessaryContinue #2746

Closed
Tracked by #2642
ematipico opened this issue Jun 20, 2022 · 1 comment · Fixed by #2796
Closed
Tracked by #2642

noUnnecessaryContinue #2746

ematipico opened this issue Jun 20, 2022 · 1 comment · Fixed by #2796
Assignees
Labels
A-Linter Area: linter

Comments

@ematipico
Copy link
Contributor

No description provided.

@ematipico ematipico changed the title noUnnecessaryContinueThis rule detects continue statements that can be marked as unnecessary. These statements can be safely removedExample fix:loop: for (let i = 0; i < 5; i++) { continue loop; } -> loop: for (let i = 0; i < 5; i++) {} noUnnecessaryContinueThis Jun 20, 2022
@ematipico ematipico added the A-Linter Area: linter label Jun 20, 2022
@ematipico ematipico moved this to Todo in Rome 2022 Jun 20, 2022
@ematipico ematipico changed the title noUnnecessaryContinueThis noUnnecessaryContinue Jun 21, 2022
@IWANABETHATGUY
Copy link
Contributor

Would you mind assigning me this task?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-Linter Area: linter
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants