forked from mockito/mockito
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.checkstyle
15 lines (15 loc) · 927 Bytes
/
.checkstyle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="false">
<local-check-config name="mockito-code" location="conf/checkstyle-code.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<local-check-config name="mockito-test" location="conf/checkstyle-test.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="mockito-code" enabled="true" check-config-name="mockito-code" local="true">
<file-match-pattern match-pattern="^src[/\\].*java$" include-pattern="true"/>
</fileset>
<fileset name="mockito-test" enabled="true" check-config-name="mockito-test" local="true">
<file-match-pattern match-pattern="^test[/\\].*java$" include-pattern="true"/>
</fileset>
</fileset-config>