Skip to content

Commit

Permalink
Ignore module-info.java in checkstyle
Browse files Browse the repository at this point in the history
Checkstyle doesn't yet support them: checkstyle/checkstyle#8240
  • Loading branch information
martint authored and wendigo committed Sep 30, 2024
1 parent 4dad8f4 commit 3da08f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1344,6 +1344,7 @@
<failOnViolation>${air.check.fail-checkstyle}</failOnViolation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<configLocation>${air.checkstyle.config-file}</configLocation>
<excludes>**/module-info.java</excludes>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 3da08f4

Please sign in to comment.