From 0d5b5ef4fd07ff057f84d75088a32576b1197646 Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Mon, 3 Jun 2024 17:42:58 +0200 Subject: [PATCH] Add comment why yubico-util-scala is the exception to scalafix.ignoreSourceSets --- .../groovy/project-convention-code-formatting-internal.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/buildSrc/src/main/groovy/project-convention-code-formatting-internal.gradle b/buildSrc/src/main/groovy/project-convention-code-formatting-internal.gradle index c875ed7c2..d468bf0c7 100644 --- a/buildSrc/src/main/groovy/project-convention-code-formatting-internal.gradle +++ b/buildSrc/src/main/groovy/project-convention-code-formatting-internal.gradle @@ -14,6 +14,7 @@ scalafix { configFile.set(project.rootProject.file("scalafix.conf")) if (project.name != "yubico-util-scala") { + // yubico-util-scala is the only subproject with Scala sources in the "main" source set ignoreSourceSets.add("main") } }