Github user ckadner commented on the issue:

    https://github.com/apache/bahir-flink/pull/16
  
    Second commit is to address **Scalastyle** check violations:
    
    ```Bash
    mvn scalastyle:check -pl flink-connector-netty 2>&1 | grep "error file" | 
sed "s|$(pwd)||g"
    ```
    ```
    error 
file=/flink-connector-netty/src/main/scala/org/apache/flink/streaming/connectors/netty/example/HttpReceiverSource.scala
 message=File must end with newline character
    error 
file=/flink-connector-netty/src/main/scala/org/apache/flink/streaming/connectors/netty/example/NettyUtil.scala
 message=Header does not match expected text line=2
    error 
file=/flink-connector-netty/src/main/scala/org/apache/flink/streaming/connectors/netty/example/TcpHandler.scala
 message=Header does not match expected text line=2
    error 
file=/flink-connector-netty/src/main/scala/org/apache/flink/streaming/connectors/netty/example/TcpReceiverSource.scala
 message=Header does not match expected text line=2
    error 
file=/flink-connector-netty/src/main/scala/org/apache/flink/streaming/connectors/netty/example/TcpReceiverSource.scala
 message=File must end with newline character
    error 
file=/flink-connector-netty/src/main/scala/org/apache/flink/streaming/connectors/netty/example/TcpServer.scala
 message=Header does not match expected text line=2
    error 
file=/flink-connector-netty/src/main/scala/org/apache/flink/streaming/connectors/netty/example/TcpServer.scala
 message=File must end with newline character
    error 
file=/flink-connector-netty/src/test/scala/org/apache/flink/streaming/connectors/netty/example/StreamSqlExample.scala
 message=Header does not match expected text line=2
    ```


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