Skip to content

Commit

Permalink
Change BeforeExecutionExclusionFileFilter regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jan 4, 2023
1 parent 1d1a38c commit 9085977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<property name="fileExtensions" value="java"/>

<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value=".*[\\/]src[\\/]main[\\/]java[\\/]io[\\/]github[\\/]arrayv[\\/]sorts[\\/](?!templates[\\/]Sort.java).*$"/>
<property name="fileNamePattern" value=".*[\\/]src[\\/]main[\\/]java[\\/]io[\\/]github[\\/]arrayv[\\/]sorts[\\/](?!templates[\\/]Sort.java$).*$"/>
</module>

<module name="FileTabCharacter">
Expand Down

0 comments on commit 9085977

Please sign in to comment.