This is an automated email from the ASF dual-hosted git repository.
nkruber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink-training.git.
from bbb051a [FLINK-23653] exercise and test rework (#31)
add bd4a088 [FLINK-23670] add Scala checks using scalafmt via spotless
add a22bc8f [FLINK-23670] Format Scala code with Spotless/scalafmt
add 177cadf [DO-NOT-MERGE][FLINK-23670] Add refactoring commit to
.git-blame-ignore-revs
No new revisions were added by this update.
Summary of changes:
.git-blame-ignore-revs | 2 +-
.scalafmt.conf | 1 +
CONTRIBUTING.md | 12 ++++++++++
build.gradle | 28 +++++++++++++++++++++-
.../hourlytips/scala/HourlyTipsExercise.scala | 8 ++-----
.../hourlytips/scala/HourlyTipsSolution.scala | 24 +++++++++----------
.../hourlytips/scala/HourlyTipsTest.scala | 21 +++++++++-------
.../longrides/scala/LongRidesExercise.scala | 25 +++++++++----------
.../longrides/scala/LongRidesSolution.scala | 26 ++++++++++----------
.../longrides/scala/LongRidesIntegrationTest.scala | 4 +---
.../longrides/scala/LongRidesUnitTest.scala | 4 +---
.../scala/RideCleansingExercise.scala | 8 ++-----
.../scala/RideCleansingSolution.scala | 8 ++-----
.../scala/RideCleansingIntegrationTest.scala | 1 -
.../scala/RideCleansingUnitTest.scala | 7 +++---
.../scala/RidesAndFaresExercise.scala | 12 +++++-----
.../scala/RidesAndFaresSolution.scala | 18 +++++++-------
.../scala/RidesAndFaresIntegrationTest.scala | 22 ++++++++---------
.../scala/RidesAndFaresUnitTest.scala | 6 ++---
19 files changed, 133 insertions(+), 104 deletions(-)
create mode 100644 .scalafmt.conf