[ https://issues.apache.org/jira/browse/MCHECKSTYLE-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14939167#comment-14939167
]
Roman Ivanov commented on MCHECKSTYLE-289:
------------------------------------------
As I described in above:
please open https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L37
there is OuterTypeFilename Check configuration, now take a look at maven report
http://checkstyle.sourceforge.net/reports/google-style/guava/ and try to search "OuterTypeFilename"
on the page.
There is no any appearance.
It is possible that there is no such violations. But it is absent at "Rules" section ?
Most likely due to the fact that its configuration is default or maybe due to 0 violations,
but that will be very useful to see by report that such Check was recognised by plugin and
have default configuration, and amount of violations is 0.
> enableRulesSummary option does not show Rules with default configuration
> ------------------------------------------------------------------------
>
> Key: MCHECKSTYLE-289
> URL: https://issues.apache.org/jira/browse/MCHECKSTYLE-289
> Project: Maven Checkstyle Plugin
> Issue Type: Bug
> Reporter: Roman Ivanov
>
> In Checkstyle development we use maven plugin a lot.
> Option:
> http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-mojo.html#enableRulesSummary
> that option is convenient to estimate on what Rule set it was generated.
> But it does not show Rule if it configured by default.
> It that is bug- please fix, if that done on good reason please provide additional option.
> Example:
> http://checkstyle.sourceforge.net/reports/google-style/guava/
> https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml#L37
> Example where it not clear on what config that report was generated:
> http://damianszczepanik.github.io/sevntu.checkstyle/sevntu.checkstyle/pull/327/index.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|