Skip to content

Commit

Permalink
[pom] Ignore checkstyle on generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Sep 22, 2024
1 parent 1a2b38d commit f0b6cfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
<sortpom-plugin.version>4.0.0</sortpom-plugin.version>
<spotbugs.skip>true</spotbugs.skip>
<xml-format.skip>true</xml-format.skip>
<!-- TODO: Remove checkstyle property after parent update released -->
<checkstyle.excludeGeneratedSources>true</checkstyle.excludeGeneratedSources>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit f0b6cfd

Please sign in to comment.