Skip to content

Commit

Permalink
feat(#30): Add one more puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Aug 18, 2023
1 parent cdb08aa commit e5deb67
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,15 @@ SOFTWARE.
<exclude>checkstyle:/src/test/resources/.*</exclude>
<exclude>checkstyle:/src/it/.*</exclude>
<exclude>duplicatefinder:.*</exclude>
<!--
@todo #30:30min Enable dependency check.
The qulice library has an issue related to dependency check.
You can find more details here:
- https://github.com/yegor256/qulice/issues/1145
When this issue is fixed, we should enable dependency check.
Don't forget to remove the exclude below and this puzzle.
-->
<exclude>dependencies:.*</exclude>
</excludes>
</configuration>
<executions>
Expand Down

2 comments on commit e5deb67

@0pdd
Copy link

@0pdd 0pdd commented on e5deb67 Aug 18, 2023

Choose a reason for hiding this comment

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

Puzzle 26-d69b9f82 disappeared from pom.xml), that's why I closed #30. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on e5deb67 Aug 18, 2023

Choose a reason for hiding this comment

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

Puzzle 30-80741899 discovered in pom.xml) and submitted as #33. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.