Github user vrozov commented on the pull request:

    
https://github.com/apache/incubator-apex-core/pull/156#issuecomment-154637569
  
    Number of violations are configured in modules pom.xml and project pom has 
configuration for the checkstyle version to use:
    
    ```
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-checkstyle-plugin</artifactId>
            <configuration>
              <maxAllowedViolations>2072</maxAllowedViolations>
            </configuration>
          </plugin>
    ```
    and
    ```
            <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-checkstyle-plugin</artifactId>
              <version>2.17</version>
              <dependencies>
                <dependency>
                  <groupId>com.puppycrawl.tools</groupId>
                  <artifactId>checkstyle</artifactId>
                  <version>6.11.2</version>
                </dependency>
              </dependencies>
    ```


---
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.
---

Reply via email to