Github user alopresto commented on the issue:

    https://github.com/apache/nifi/pull/933
  
    I encountered some checkstyle violations building this:
    
    ```
    [INFO] --- maven-checkstyle-plugin:2.15:check (check-style) @ nifi-web-api 
---
    [WARNING] 
src/main/java/org/apache/nifi/web/api/ApplicationResource.java[919:9] 
(whitespace) FileTabCharacter: Line contains a tab character.
    [WARNING] 
src/main/java/org/apache/nifi/web/api/ControllerResource.java[351] (sizes) 
LineLength: Line is longer than 200 characters (found 204).
    [WARNING] 
src/main/java/org/apache/nifi/web/api/ProcessGroupResource.java[1315] (sizes) 
LineLength: Line is longer than 200 characters (found 207).
    [WARNING] 
src/main/java/org/apache/nifi/web/api/ProcessGroupResource.java[2103] (sizes) 
LineLength: Line is longer than 200 characters (found 204).
    ```


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to