| Revision | 129 (tree) |
|---|---|
| Time | 2015-10-08 22:03:36 |
| Author | t_nakayama1971 |
(empty log message)
| @@ -1,12 +1,12 @@ | ||
| 1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 | <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd"> |
| 3 | 3 | |
| 4 | -<!-- | |
| 5 | - This configuration file was written by the eclipse-cs plugin configuration editor | |
| 4 | +<!-- | |
| 5 | + This configuration file was written by the eclipse-cs plugin configuration editor | |
| 6 | 6 | --> |
| 7 | -<!-- | |
| 8 | - Checkstyle-Configuration: Modified Sun Checks | |
| 9 | - Description: none | |
| 7 | +<!-- | |
| 8 | + Checkstyle-Configuration: Modified Sun Checks | |
| 9 | + Description: none | |
| 10 | 10 | --> |
| 11 | 11 | <module name="Checker"> |
| 12 | 12 | <property name="severity" value="warning"/> |
| @@ -278,6 +278,7 @@ | ||
| 278 | 278 | <property name="severity" value="ignore"/> |
| 279 | 279 | <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/> |
| 280 | 280 | </module> |
| 281 | + <module name="CommentsIndentation"/> | |
| 281 | 282 | </module> |
| 282 | 283 | <module name="JavadocPackage"> |
| 283 | 284 | <property name="severity" value="ignore"/> |