Github user chandnisingh commented on a diff in the pull request:
https://github.com/apache/incubator-apex-core/pull/199#discussion_r49218896
--- 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 --
Please refer at the parent pom. logViolationsToConsole is controlled by the
user property checkstyle.console which by default is false
---
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.
---