This is an automated email from the ASF dual-hosted git repository.
kirs pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git.
from bd6e8e3 [Github]add Labels (#887)
add e81a94e [Feature][CheckStyle] Add Scala CheckStyle support (#869)
No new revisions were added by this update.
Summary of changes:
.github/workflows/backend.yml | 2 +-
pom.xml | 30 +++
.../spark/batch/SparkBatchExecution.scala | 12 +-
.../apache/seatunnel/spark/sink/Clickhouse.scala | 2 +-
.../org/apache/seatunnel/spark/sink/Console.scala | 19 +-
.../org/apache/seatunnel/spark/sink/Config.scala | 2 +-
.../seatunnel/spark/sink/Elasticsearch.scala | 14 +-
.../seatunnel/spark/source/Elasticsearch.scala | 13 +-
.../org/apache/seatunnel/spark/sink/Email.scala | 31 ++-
.../apache/seatunnel/spark/source/FakeStream.scala | 25 +-
.../org/apache/seatunnel/spark/sink/Hbase.scala | 11 +-
.../datasources/jdbc2/JDBCPartition.scala | 3 +-
.../datasources/jdbc2/JDBCPartitioningInfo.scala | 2 +-
.../execution/datasources/jdbc2/JdbcUtils.scala | 2 +
.../seatunnel/spark/source/KafkaStream.scala | 28 +-
.../scala/org/apache/phoenix/spark/CsUtil.scala | 2 +-
.../org/apache/seatunnel/spark/sink/Phoenix.scala | 23 +-
.../apache/seatunnel/spark/source/Phoenix.scala | 21 +-
.../apache/seatunnel/spark/transform/Json.scala | 5 +-
tools/checkstyle/scalastyle-config.xml | 292 +++++++++++++++++++++
20 files changed, 446 insertions(+), 93 deletions(-)
create mode 100644 tools/checkstyle/scalastyle-config.xml