Switch to a license plugin for headers

This commit is contained in:
Kenzie Togami
2018-10-04 00:29:34 -07:00
parent b46b0c3801
commit 2cad9a2c09
7 changed files with 42 additions and 40 deletions

View File

@ -53,11 +53,4 @@
<module name="ParameterName"/>
<!-- <module name="TypeName"/> Unlikely that we would miss this in a PR -->
</module>
<!-- Require the header, something that many people forget and we hate to fix -->
<!-- You should configure the header in your IDE -->
<module name="Header">
<property name="headerFile" value="${basedir}/config/checkstyle/header.txt"/>
<property name="fileExtensions" value="java"/>
</module>
</module>