Skip to content

Commit

Permalink
Update Taikai to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnhock committed Sep 23, 2024
1 parent 77843eb commit feaa1ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<junit-jupiter.version>5.11.0</junit-jupiter.version>
<archunit.version>1.3.0</archunit.version>
<taikai.version>1.0.0</taikai.version>
<taikai.version>1.1.0</taikai.version>

<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ void shouldFulfilConstrains() {
.methodsShouldNotBeAnnotatedWithDisabled()
.methodsShouldBePackagePrivate()))
.java(java -> java
.classesShouldResideInPackage("com.enofex.naikan.model")
.finalClassesShouldNotHaveProtectedMembers()
.fieldsShouldNotBePublic()
.methodsShouldNotDeclareGenericExceptions()
Expand All @@ -30,7 +31,6 @@ void shouldFulfilConstrains() {
.shouldNotImport("..lombok..")
.shouldNotImport("org.junit.."))
.naming(naming -> naming
.packagesShouldMatch("com.enofex.naikan.model")
.constantsShouldFollowConventions()
.classesShouldNotMatch(".*Impl")
.interfacesShouldNotHavePrefixI()))
Expand Down

0 comments on commit feaa1ca

Please sign in to comment.