Skip to content

Commit

Permalink
spotless apply and add more rule for interface naming
Browse files Browse the repository at this point in the history
  • Loading branch information
WeRockStar committed Mar 21, 2024
1 parent b592353 commit af15a13
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public class NamingRuleTest {
.that()
.areInterfaces()
.should()
.haveSimpleNameContaining("Interface");

.haveSimpleNameContaining("Interface")
.orShould()
.haveSimpleNameStartingWith("I");
}

0 comments on commit af15a13

Please sign in to comment.