Skip to content

Commit

Permalink
Merge pull request #387 from scala-steward/update/scalafmt-core-3.7.17
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.7.17
  • Loading branch information
eed3si9n authored Nov 3, 2024
2 parents 2a62c01 + f5bb4b0 commit 65d737b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.7.17
51ff6ed032bdebd73d089cc9ecf8f062b53bc07d
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.7.4
version = 3.7.17
maxColumn = 100
project.git = true
project.excludeFilters = [ /sbt-test/, /input_sources/, /contraband-scala/ ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ class FileTreeRepositorySpec extends AnyFlatSpec with Matchers {
c.ls(dir.toGlob / RecursiveGlob).toSet shouldBe (files ++ subdirs).toSet
}

// This is failing on GitHub Action
/*
// This is failing on GitHub Action
/*
withThread("file-deletion-thread") {
subdirs.foreach(p => IO.delete(p.toFile))
} {
Expand All @@ -221,7 +221,7 @@ class FileTreeRepositorySpec extends AnyFlatSpec with Matchers {
}
c.ls(dir.toGlob / AnyPath) shouldBe Symbol("empty")
}
*/
*/
}
}

Expand Down

0 comments on commit 65d737b

Please sign in to comment.