From 9a68a4382a4723cbd4bd5788f4d94bfd53d896a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Mu=C3=B1oz=20Princep?= <20519866+OriolMunoz@users.noreply.github.com> Date: Thu, 6 Nov 2025 16:15:37 +0100 Subject: [PATCH 1/2] Test static_checks for external contributors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit please do not merge this PR see #3098 Signed-off-by: Oriol Muñoz Princep <20519866+OriolMunoz@users.noreply.github.com> --- .../lfdecentralizedtrust/splice/store/MultiDomainAcsStore.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/common/src/main/scala/org/lfdecentralizedtrust/splice/store/MultiDomainAcsStore.scala b/apps/common/src/main/scala/org/lfdecentralizedtrust/splice/store/MultiDomainAcsStore.scala index 42318da87a..0755116425 100644 --- a/apps/common/src/main/scala/org/lfdecentralizedtrust/splice/store/MultiDomainAcsStore.scala +++ b/apps/common/src/main/scala/org/lfdecentralizedtrust/splice/store/MultiDomainAcsStore.scala @@ -2,6 +2,7 @@ // SPDX-License-Identifier: Apache-2.0 package org.lfdecentralizedtrust.splice.store +this should break static tests or something idk import cats.data.NonEmptyList import org.apache.pekko.NotUsed From b2e1516a40d97ce76aec43e279290a0e1a531a32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Mu=C3=B1oz=20Princep?= <20519866+OriolMunoz@users.noreply.github.com> Date: Thu, 6 Nov 2025 16:42:17 +0100 Subject: [PATCH 2/2] why is copilot generating commit msgs now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oriol Muñoz Princep <20519866+OriolMunoz@users.noreply.github.com> --- .../lfdecentralizedtrust/splice/store/MultiDomainAcsStore.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/src/main/scala/org/lfdecentralizedtrust/splice/store/MultiDomainAcsStore.scala b/apps/common/src/main/scala/org/lfdecentralizedtrust/splice/store/MultiDomainAcsStore.scala index 0755116425..d26719e19b 100644 --- a/apps/common/src/main/scala/org/lfdecentralizedtrust/splice/store/MultiDomainAcsStore.scala +++ b/apps/common/src/main/scala/org/lfdecentralizedtrust/splice/store/MultiDomainAcsStore.scala @@ -2,7 +2,7 @@ // SPDX-License-Identifier: Apache-2.0 package org.lfdecentralizedtrust.splice.store -this should break static tests or something idk +this should break static tests or something import cats.data.NonEmptyList import org.apache.pekko.NotUsed