Github user chandnisingh commented on the pull request:
https://github.com/apache/incubator-apex-core/pull/199#issuecomment-170124773
I see. However consoleOutput prints out all the warnings about line lengths.
IMO that will create a lot of clutter.
Here is the output with consoleOutput as true:
```
ARN]
/Users/chandni/workspace/Apex/common/src/main/java/com/datatorrent/common/experimental/AppData.java:65:
Line is longer than 120 characters (found 123). [LineLength]
[WARN]
/Users/chandni/workspace/Apex/common/src/main/java/com/datatorrent/common/experimental/AppData.java:67:
Line is longer than 120 characters (found 155). [LineLength]
[WARN]
/Users/chandni/workspace/Apex/common/src/main/java/com/datatorrent/common/experimental/AppData.java:68:
Line is longer than 120 characters (found 145). [LineLength]
[WARN]
/Users/chandni/workspace/Apex/common/src/main/java/com/datatorrent/common/experimental/AppData.java:70:
Line is longer than 120 characters (found 161). [LineLength]
[WARN]
/Users/chandni/workspace/Apex/common/src/main/java/com/datatorrent/common/experimental/AppData.java:74:
Line is longer than 120 characters (found 138). [LineLength]
[WARN]
/Users/chandni/workspace/Apex/common/src/main/java/com/datatorrent/common/experimental/AppData.java:83:
Line is longer than 120 characters (found 126). [LineLength]
```
---
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.
---