Skip to content

Commit

Permalink
Update scalafmt-core to 3.8.3
Browse files Browse the repository at this point in the history
- Reformat with scalafmt 3.8.3
- Executed command: scalafmt --non-interactive
- Add 'Reformat with scalafmt 3.8.3' to .git-blame-ignore-revs
- Add .git-blame-ignore-revs to Rat.scala
  • Loading branch information
github-actions[bot] authored and scholarsmate committed Jan 2, 2025
1 parent dcae3ae commit 91b5402
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.8.3
ff29859b7afa6c0f5a5b90c96be6e75cdb098ef1
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version = "3.7.17"
version = "3.8.3"
maxColumn = 120
rewrite.rules = [SortImports, RedundantBraces]
runner.dialect = scala212
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ object DAPodil extends IOApp {
.as(ExitCode.Success)
.recoverWith {
// format: off
case _: SocketTimeoutException =>
case _: SocketTimeoutException =>
Logger[IO].warn(s"timed out listening for connection on $uri, exiting").as(ExitCode.Error)
// format: on
}
Expand Down
4 changes: 3 additions & 1 deletion project/Rat.scala
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ object Rat {
// svelte icons/fonts
file("src/svelte/src/resources/icons/material-icons.woff2"),
file("src/svelte/src/resources/fonts/SpaceGrotesk-Variable.woff2"),
file("src/svelte/src/resources/fonts/RedHatMono-Regular.woff2")
file("src/svelte/src/resources/fonts/RedHatMono-Regular.woff2"),
// scalafmt-core files
file(".git-blame-ignore-revs")
)

lazy val MIT_LICENSE_NAME = "MIT License"
Expand Down

0 comments on commit 91b5402

Please sign in to comment.