The following document contains the results of Checkstyle 6.19 with https://raw.githubusercontent.com/home1-oss/oss-build/master/src/main/checkstyle/google_checks_6.19.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| imports | CustomImportOrder
|
7 | |
| indentation | CommentsIndentation | 1 | |
| javadoc | NonEmptyAtclauseDescription | 3 | |
| sizes | LineLength
|
4 | |
| whitespace | WhitespaceAround
|
4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'cn.home1.oss.boot.autoconfigure.AppProperties' import. Should be before 'org.springframework.web.client.RestTemplate'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'cn.home1.oss.lib.common.crypto.Cryptos' import. Should be before 'org.springframework.web.client.RestTemplate'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'cn.home1.oss.lib.common.crypto.EncodeDecryptor' import. Should be before 'org.springframework.web.client.RestTemplate'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'cn.home1.oss.lib.common.crypto.KeyExpression' import. Should be before 'org.springframework.web.client.RestTemplate'. | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'cn.home1.oss.lib.common.BasicAuthUtils' import. Should be before 'com.netflix.zuul.context.RequestContext'. | 6 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'cn.home1.oss.lib.common.crypto.EncodeDecryptor' import. Should be before 'com.netflix.zuul.context.RequestContext'. | 7 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 20 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 22 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 132). | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 107 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 0, expected is 4, indentation should be the same level as line 128. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'cn.home1.oss.lib.common.crypto.EncodeDecryptor' import. Should be before 'com.netflix.zuul.context.RequestContext'. | 8 |