Skip to content

Commit

Permalink
chore: update checkstyle config
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-s committed Apr 24, 2024
1 parent d8b7562 commit d1979f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
<kubernetes.version>19.0.0</kubernetes.version>
<postgresql.version>42.7.2</postgresql.version>
<mysql.version>8.0.33</mysql.version>
<checkstyle.config.location>../checkstyle/checkstyle.xml</checkstyle.config.location>
<checkstyle.failOnViolation>false</checkstyle.failOnViolation>
</properties>
<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<lombok.version>1.18.30</lombok.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<checkstyle.config.location>checkstyle/checkstyle.xml</checkstyle.config.location>
<checkstyle.failOnViolation>false</checkstyle.failOnViolation>
</properties>

<modules>
Expand Down

0 comments on commit d1979f1

Please sign in to comment.