Gary Wu | 7f1c152 | 2017-06-21 15:03:17 -0700 | [diff] [blame] | 1 | <?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 Wu | 9c2bb32 | 2017-06-21 16:02:53 -0700 | [diff] [blame] | 13 | <property name="severity" value="warning"/> |
Gary Wu | 7f1c152 | 2017-06-21 15:03:17 -0700 | [diff] [blame] | 14 | |
| 15 | <module name="RegexpHeader"> |
| 16 | <property name="headerFile" value="${checkstyle.header.file}"/> |
| 17 | <property name="multiLines" value="2"/> |
| 18 | </module> |
| 19 | </module> |