From 69dbd0125f9f855bd60c4839c567670654728c58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 06:05:58 +0000 Subject: [PATCH 1/4] Update scalafmt-core to 3.8.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 58971b2..e4e8ae9 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.2 +version = 3.8.3 runner.dialect = scala213 style = default maxColumn = 120 From c8da5d26ff66f2d51d1350ff9ad43dac19c277a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 06:06:04 +0000 Subject: [PATCH 2/4] Reformat with scalafmt 3.8.3 Executed command: scalafmt --non-interactive --- .../video_02__unit_testing/app/AvgSpendingApp.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/com/codely/lesson_02_tests_in_spark/video_02__unit_testing/app/AvgSpendingApp.scala b/src/main/com/codely/lesson_02_tests_in_spark/video_02__unit_testing/app/AvgSpendingApp.scala index de890b6..77bc373 100644 --- a/src/main/com/codely/lesson_02_tests_in_spark/video_02__unit_testing/app/AvgSpendingApp.scala +++ b/src/main/com/codely/lesson_02_tests_in_spark/video_02__unit_testing/app/AvgSpendingApp.scala @@ -8,8 +8,7 @@ object AvgSpendingApp extends SparkApp { private val context = AppContext.load(args) - private val reader = StreamReader() - + private val reader = StreamReader() private val streamWriter = StreamWriter() private val job = AvgSpendingJob(context, reader, streamWriter) From 5eb3a5b5a4d31438edd51c085130ad8758d51447 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 06:06:04 +0000 Subject: [PATCH 3/4] Add 'Reformat with scalafmt 3.8.3' to .git-blame-ignore-revs --- .git-blame-ignore-revs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..7994c5c --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.8.3 +0223c481a35d9c3ca30a79400973401822122c2b From 563b39fbf9b525e72c50fbfb2d4ab0a4bae12ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Ferrer=20Gonz=C3=A1lez?= Date: Thu, 1 Aug 2024 14:57:53 +0200 Subject: [PATCH 4/4] style: delete .git-blame-ignore-revs to avoid more noise in the repo root directory --- .git-blame-ignore-revs | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs deleted file mode 100644 index 7994c5c..0000000 --- a/.git-blame-ignore-revs +++ /dev/null @@ -1,2 +0,0 @@ -# Scala Steward: Reformat with scalafmt 3.8.3 -0223c481a35d9c3ca30a79400973401822122c2b