add back purged files

This commit is contained in:
Richard Yan
2024-01-17 16:40:13 -08:00
parent 7914607304
commit e53c3fed9b
6 changed files with 259 additions and 0 deletions

8
.scalafix.conf Normal file
View File

@@ -0,0 +1,8 @@
rules = [
// RemoveUnused,
DisableSyntax,
LeakingImplicitClassVal,
NoAutoTupling,
NoValInForComprehension,
ProcedureSyntax,
]