Check IDE-generated comments

This commit is contained in:
Trustin Lee 2013-01-31 13:27:21 +09:00
parent 9ecdf71a5c
commit 78e2b52174
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@
<property name="ignoreCase" value="true"/>
<property name="message" value="unmaintainable Javadoc tags: @author, @version, or (non-Javadoc)"/>
</module>
<!-- IDE-generated comment -->
<module name="RegexpSingleline">
<property name="format" value="File \| Settings \| File Templates"/>
<property name="message" value="IDE-generated comment"/>
</module>
<!-- Force UNIX line separator -->
<module name="RegexpMultiline">
<property name="format" value="\r"/>