diff options
Diffstat (limited to '.scalafix.conf')
| -rw-r--r-- | .scalafix.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.scalafix.conf b/.scalafix.conf new file mode 100644 index 00000000..3730a03e --- /dev/null +++ b/.scalafix.conf @@ -0,0 +1,10 @@ +rules = [ + # DisableSyntax + # ExplicitResultTypes + #LeakingImplicitClassVal + RemoveUnused + #NoAutoTupling + #NoValInForComprehension + #ProcedureSyntax +] + |
