Skip to content

Commit

Permalink
build: improve checkstyle build times by ignoring generated sources (#…
Browse files Browse the repository at this point in the history
…1139)

Signed-off-by: Simon Schrottner <[email protected]>
  • Loading branch information
aepfli authored Jan 3, 2025
1 parent bce6c00 commit 2471824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
</module>
<!-- https://checkstyle.org/config_filters.html#SuppressionFilter -->
<module name="SuppressionFilter">
<property name="file" value="${org.checkstyle.google.suppressionfilter.config}"
default="checkstyle-suppressions.xml" />
<property name="file" value="checkstyle-suppressions.xml" />
<property name="optional" value="true"/>
</module>

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<linkXRef>false</linkXRef>
<excludeGeneratedSources>true</excludeGeneratedSources>
</configuration>
<dependencies>
<dependency>
Expand Down

0 comments on commit 2471824

Please sign in to comment.