Skip to content

Commit

Permalink
Update checkstyle xml
Browse files Browse the repository at this point in the history
  • Loading branch information
drewjj committed Dec 6, 2024
1 parent f676a6b commit 2fc4615
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="module\-info\.java$"/>
</module>
<!-- Excludes all auto-generated J2735 class files -->
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern"
value=".*[\\/]src[\\/]main[\\/]java[\\/]us[\\/]dot[\\/]its[\\/]jpo[\\/]ode[\\/]plugin[\\/]j2735[\\/].*$"/>
</module>
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern"
value=".*[\\/]src[\\/]main[\\/]java[\\/]us[\\/]dot[\\/]its[\\/]jpo[\\/]ode[\\/]plugin[\\/]asn1[\\/].*$"/>
</module>
<!-- https://checkstyle.org/config_filters.html#SuppressionFilter -->
<module name="SuppressionFilter">
<property name="file" value="${org.checkstyle.google.suppressionfilter.config}"
Expand Down

0 comments on commit 2fc4615

Please sign in to comment.