Skip to content

Commit

Permalink
feat(#136): Remove the puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed May 21, 2023
1 parent ba69788 commit c5dff15
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/com/github/lombrozo/testnames/ValidateMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ public final class ValidateMojo extends AbstractMojo {

/**
* The rules that have to be excluded from execution.
* @todo #129:90min Add integration tests for ValidateMojo exclusions.
* We have to add integration tests for ValidateMojo exclusions. The integration test
* will check that we don't apply rules that are excluded.
*/
@Parameter(property = "exclusions")
private String[] exclusions;
Expand Down

1 comment on commit c5dff15

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on c5dff15 May 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 129-b088bc9b disappeared from src/main/java/com/github/lombrozo/testnames/ValidateMojo.java), that's why I closed #136. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.