Skip to content

Commit

Permalink
fix: Put continue in the correct place.
Browse files Browse the repository at this point in the history
Closes #32
  • Loading branch information
cartant committed Jun 30, 2021
1 parent e7024b9 commit c948008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/rules/no-commented-out-code.ts
Expand Up @@ -52,8 +52,8 @@ const rule = ruleCreator({
loc,
messageId: "forbidden",
});
continue;
}
continue;
} catch (error) {}

// Comments within certain nodes - e.g. class declarations - need to
Expand Down

0 comments on commit c948008

Please sign in to comment.