From 2f890aabc1ecf04c6efcb84cee4f00da67be6a53 Mon Sep 17 00:00:00 2001 From: mergify[bot] Date: Tue, 25 Oct 2022 01:58:03 +0000 Subject: Add Scalafmt for mill (backport #2805) (#2807) * Add Scalafmt for mill (#2805) * add scalafmt for test in mill build system. * reformat codes in integration-tests (cherry picked from commit d881fd29d7af91a7c514565b4b21797f1e44fbdb) # Conflicts: # build.sc # integration-tests/src/test/scala/chiselTests/util/experimental/BitPat.scala * Resolve backport conflicts Co-authored-by: Jiuyang Liu Co-authored-by: Jack Koenig --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sc') diff --git a/build.sc b/build.sc index 80ba17fe..f7bd1c9b 100644 --- a/build.sc +++ b/build.sc @@ -104,7 +104,7 @@ class chisel3CrossModule(val crossScalaVersion: String) extends CommonModule wit ) } - object test extends Tests { + object test extends Tests with ScalafmtModule { override def scalacPluginClasspath = m.scalacPluginClasspath override def scalacOptions = T { -- cgit v1.2.3