-
Notifications
You must be signed in to change notification settings - Fork 7
/
.checkstyle
36 lines (35 loc) · 2.08 KB
/
.checkstyle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="true">
<local-check-config name="epas google style checks" location="internal_config_1612351667261.xml" type="internal" description="">
<property name="org.checkstyle.google.suppressionfilter.config" value="checkstyle-suppressions.xml"/>
<property name="org.checkstyle.google.suppressionxpathfilter.config" value="checkstyle-xpath-suppressions.xml"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="Google Checks" local="false">
<file-match-pattern match-pattern="\.java" include-pattern="true"/>
<file-match-pattern match-pattern="modules" include-pattern="false"/>
<file-match-pattern match-pattern="docviewer" include-pattern="false"/>
<file-match-pattern match-pattern="shibboleth-1.2" include-pattern="false"/>
<file-match-pattern match-pattern="lib/" include-pattern="false"/>
<file-match-pattern match-pattern="secure/" include-pattern="false"/>
<file-match-pattern match-pattern="app/models/query" include-pattern="false"/>
<file-match-pattern match-pattern="app/models/base/query" include-pattern="false"/>
<file-match-pattern match-pattern="app/models/absences/query" include-pattern="false"/>
<file-match-pattern match-pattern="app/play/db/jpa/query" include-pattern="false"/>
</fileset>
<filter name="DerivedFiles" enabled="true"/>
<filter name="FilesFromPackage" enabled="true">
<filter-data value="app/models/absences/query"/>
<filter-data value="app/models/base/query"/>
<filter-data value="app/models/contractual/query"/>
<filter-data value="app/models/flows/query"/>
<filter-data value="app/models/informationrequests/query"/>
<filter-data value="app/models/query"/>
<filter-data value="app/play/db/jpa/query"/>
<filter-data value="shibboleth-1.2"/>
<filter-data value="docviewer"/>
<filter-data value="fastergt-1.10"/>
<filter-data value="secure"/>
<filter-data value="lombok-1.2.5"/>
<filter-data value="pdf-0.9"/>
</filter>
</fileset-config>