blob: 2a0acd05fb8d90a35c0c358dfdd32ad4069a56b9 [file] [log] [blame]
Gary Wu7f1c1522017-06-21 15:03:17 -07001<?xml version="1.0"?>
2<!DOCTYPE module PUBLIC
3 "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
4 "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
5
6<!--
7 Checkstyle configuration that checks the license headers
8 expected by Open-O.
9 -->
10
11<module name = "Checker">
12 <property name="charset" value="UTF-8"/>
Gary Wu9c2bb322017-06-21 16:02:53 -070013 <property name="severity" value="warning"/>
Gary Wu7f1c1522017-06-21 15:03:17 -070014
15 <module name="RegexpHeader">
16 <property name="headerFile" value="${checkstyle.header.file}"/>
17 <property name="multiLines" value="2"/>
18 </module>
19</module>