From 7607f0ab547e9f2af3c92c22769dd9e45a887288 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 21 Sep 2023 19:07:01 -0700 Subject: [PATCH] Redo mutable wart --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1e6620f8..89cdbeb3 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val commonSettings: Project => Project = { Wart.IsInstanceOf, Wart.JavaConversions, // Wart.JavaSerializable, - // Wart.MutableDataStructures, + Wart.MutableDataStructures, // Wart.NonUnitStatements, // Wart.Nothing, Wart.Null,