Github user vrozov commented on a diff in the pull request:
https://github.com/apache/incubator-apex-core/pull/199#discussion_r49236401
--- 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 --
Which mvn goal do you use? I only see errors displayed when I explicitly
use checkstyle:check. For the "verify" goal I don't see individual errors
printed, only the total number of errors.
---
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.
---