You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/03/27 13:18:39 UTC

[incubator-pekko-persistence-cassandra] branch main updated: Remove scalafmt on compile

This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-cassandra.git


The following commit(s) were added to refs/heads/main by this push:
     new 2aec311  Remove scalafmt on compile
2aec311 is described below

commit 2aec311b0904837c6138177ce6dd277ec5f4f60d
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Mon Mar 27 12:38:56 2023 +0200

    Remove scalafmt on compile
---
 project/Common.scala | 2 --
 1 file changed, 2 deletions(-)

diff --git a/project/Common.scala b/project/Common.scala
index 65b2570..e732bf2 100644
--- a/project/Common.scala
+++ b/project/Common.scala
@@ -10,7 +10,6 @@
 import com.lightbend.paradox.projectinfo.ParadoxProjectInfoPluginKeys._
 import de.heikoseeberger.sbtheader._
 import org.mdedetrich.apache.sonatype.SonatypeApachePlugin
-import org.scalafmt.sbt.ScalafmtPlugin.autoImport._
 import sbt.Keys._
 import sbt._
 import sbt.plugins.JvmPlugin
@@ -63,7 +62,6 @@ object Common extends AutoPlugin {
       "pekko.pattern" // for some reason Scaladoc creates this
     ),
     Compile / doc / scalacOptions --= Seq("-Xfatal-warnings"),
-    scalafmtOnCompile := true,
     autoAPIMappings := true,
     Test / logBuffered := System.getProperty("pekko.logBufferedTests", "false").toBoolean,
     // show full stack traces and test case durations


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org