forked from LeoWoerteler/SortVisualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.checkstyle
More file actions
12 lines (11 loc) · 760 Bytes
/
.checkstyle
File metadata and controls
12 lines (11 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
<local-check-config name="DBIS Checkstyle Configuration" location="checkstyle.xml" type="project" description="">
<additional-data name="protect-config-file" value="true"/>
</local-check-config>
<fileset name="java-sources-default" enabled="true" check-config-name="DBIS Checkstyle Configuration" local="true">
<file-match-pattern match-pattern="^src/test/java/.*\.java" include-pattern="true"/>
<file-match-pattern match-pattern="^src/main/java/.*\.java" include-pattern="true"/>
<file-match-pattern match-pattern="^src/test/resources/.*\.properties" include-pattern="true"/>
</fileset>
</fileset-config>