From 2a8537db380ddc0f8bddb67875c53c02f110a353 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Jan 2025 13:43:28 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.8.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index faa5136..ad760fb 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.3 +version = 3.8.4 align = more maxColumn = 120 runner.dialect = scala213 From 5bb055c1bbc2f87ec66635da085f8280ee880419 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Jan 2025 13:43:38 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.8.4 Executed command: scalafmt --non-interactive --- core/src/main/scala/Authors.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/main/scala/Authors.scala b/core/src/main/scala/Authors.scala index ee2106a..8916403 100644 --- a/core/src/main/scala/Authors.scala +++ b/core/src/main/scala/Authors.scala @@ -149,9 +149,8 @@ object MarkdownConverter { // using html instead of markdown, because default // avatars come from github not resized s"""[${gh.login} **${gh.login}**](${gh.htmlUrl})""" - } getOrElse { + } getOrElse author.gitAuthor.name - } s"| $authorId | ${author.stats.commits} | ${author.stats.additions} | ${author.stats.deletions} |" } From f6790d227c85036275b6d7ff860ae154bd3aec25 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Jan 2025 13:43:38 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.8.4' 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..1fe540e --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.8.4 +5bb055c1bbc2f87ec66635da085f8280ee880419