Skip to content

Commit

Permalink
Use matching checkstyle excludes in reporting section
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed Aug 9, 2024
1 parent 0b6bd0e commit 1d5a1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
<enableRulesSummary>false</enableRulesSummary>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<logViolationsToConsole>false</logViolationsToConsole>
<resourceExcludes>NOTICE,LICENSE,**/maven-archiver/pom.properties</resourceExcludes>
<resourceExcludes>NOTICE,LICENSE,**/pom.properties,**/resolver-status.properties,**/sha512.properties</resourceExcludes>
</configuration>
<reportSets>
<reportSet>
Expand Down

0 comments on commit 1d5a1b7

Please sign in to comment.