Skip to content

Commit

Permalink
minor: remove lefover links to closed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Sep 8, 2024
1 parent bf31b64 commit b273d9a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,7 @@ public void testFallThrough7() throws Exception {
public void testLastLine() throws Exception {
final String[] expected = {
"21:13: " + getCheckMessage(MSG_FALL_THROUGH),
// until https://github.com/checkstyle/checkstyle/issues/13553
"99:39: " + getCheckMessage(MSG_FALL_THROUGH_LAST),
// until https://github.com/checkstyle/checkstyle/issues/13553
"99:39: " + getCheckMessage(MSG_FALL_THROUGH_LAST)
};
verifyWithInlineConfigParser(
getPath("InputFallThroughLastLineCommentCheck.java"),
Expand Down

0 comments on commit b273d9a

Please sign in to comment.