-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.checkstyle
More file actions
10 lines (9 loc) · 593 Bytes
/
Copy path.checkstyle
File metadata and controls
10 lines (9 loc) · 593 Bytes
1
2
3
4
5
6
7
8
9
10
<?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="Hadoop common checkstyle" location="dev-support/checkstyle.xml" type="project" description="This set of rules was copied from the Hadoop common project.">
<additional-data name="protect-config-file" value="true"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="Hadoop common checkstyle" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
</fileset-config>