Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 6adfdaf

Browse files
Do not scalafix on compile
1 parent 909b158 commit 6adfdaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ lazy val commonSettings: Seq[sbt.Def.Setting[?]] = Seq(
2828
),
2929
testFrameworks += new TestFramework("munit.Framework"),
3030
scalacOptions ++= Seq("-language:strictEquality"),
31-
scalafixOnCompile := true,
31+
scalafixOnCompile := false,
3232
semanticdbEnabled := true,
3333
semanticdbVersion := scalafixSemanticdb.revision,
3434
autoAPIMappings := true

0 commit comments

Comments
 (0)