Skip to content

Commit

Permalink
feat(#23): oop-cop bigger class name length
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Apr 10, 2024
1 parent 2bc808f commit e77a0c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,9 @@ SOFTWARE.
<groupId>ru.l3r8y</groupId>
<artifactId>oop-cop</artifactId>
<version>${oop-cop.version}</version>
<configuration>
<maxClassNameLen>17</maxClassNameLen>
</configuration>
<executions>
<execution>
<goals>
Expand Down

1 comment on commit e77a0c9

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on e77a0c9 Apr 10, 2024

Choose a reason for hiding this comment

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

Puzzle 2-15ec98f3 disappeared from src/main/java/git/tracehub/codereview/action/Entry.java), that's why I closed #23. 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.