Github user chandnisingh commented on a diff in the pull request:
https://github.com/apache/incubator-apex-core/pull/199#discussion_r49232820
--- Diff: common/pom.xml ---
@@ -56,7 +56,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
- <maxAllowedViolations>114</maxAllowedViolations>
+ <logViolationsToConsole>true</logViolationsToConsole>
--- End diff --
@vrozov I checked with logViolationsToConsole as true, violations are
printed
Please refer to this document.
https://maven.apache.org/plugins/maven-checkstyle-plugin/check-mojo.html
checkstyle.console is the user property for logViolationsToConsole. In our
case it is set to false.
consoleOutput will output violations + warnings. The user property
associated with that is checkstyle.consoleOutput.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---