-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy path.checkstyle
More file actions
17 lines (16 loc) · 828 Bytes
/
.checkstyle
File metadata and controls
17 lines (16 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
<local-check-config name="COMP 303 Checks" location="style/Style.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<local-check-config name="Solitaire Checks" location="style/Style.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="COMP 303 Checks" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
<filter name="FilesFromPackage" enabled="true">
<filter-data value="resources"/>
<filter-data value="test"/>
</filter>
</fileset-config>