Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mnhock authored Jun 9, 2024
1 parent d5fabb1 commit 6f367d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void shouldFulfilConstrains() {
.naming(naming -> naming
.classesShouldNotMatch(".*Impl")
.interfacesShouldNotHavePrefixI()))
.addRule(TaikaiRule.of(...)) //add custom ArchUnit here
.addRule(TaikaiRule.of(...)) //add custom ArchUnit rule here
.build()
.check();
}
Expand Down

0 comments on commit 6f367d7

Please sign in to comment.