summaryrefslogtreecommitdiff
path: root/.scalafix.conf
diff options
context:
space:
mode:
authorJim Lawson2020-06-08 14:06:56 -0700
committerGitHub2020-06-08 14:06:56 -0700
commit5271e89c09653fe0d38adf75b5bef1fe5d3539d2 (patch)
tree7342af0ef249a9a812b390c5b2558ecc09082aba /.scalafix.conf
parent99ac8a134b134713913036013ffdec98ec92c73a (diff)
ScalaFix support from #1182 (#1203)
Co-authored-by: Chick Markley <chick@qrhino.com>
Diffstat (limited to '.scalafix.conf')
-rw-r--r--.scalafix.conf10
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
+]
+