lila/.scalafix.conf
Thibault Duplessis 5cbd9ac197 more scalafix fun
2017-10-21 16:03:14 -05:00

15 lines
270 B
Plaintext

rules = [
# ExplicitResultTypes
# RemoveUnusedImports
# RemoveXmlLiterals # N/A
# ProcedureSyntax
# DottyVolatileLazyVal
# ExplicitUnit # N/A
# DottyVarArgPattern
# NoAutoTupling # N/A
# NoValInForComprehension
# Sbt1 # N/A
# NoInfer
# Disable
]