forked from GoogleCloudPlatform/pgadapter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlicense-checks.xml
More file actions
18 lines (18 loc) · 740 Bytes
/
license-checks.xml
File metadata and controls
18 lines (18 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
<module name="Checker">
<module name="RegexpHeader">
<property name="fileExtensions" value="java"/>
<property name="headerFile" value="${checkstyle.header.file}"/>
</module>
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern"
value=".*[\\/]src[\\/]main[\\/]javacc[\\/].*$"/>
</module>
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern"
value=".*[\\/]src[\\/]main[\\/]java[\\/]com[\\/]google[\\/]cloud[\\/]spanner[\\/]pgadapter[\\/]parsers[\\/]copy[\\/].*$"/>
</module>
</module>