Open
Description
Is your feature request related to a problem? Please describe.
We currently require a .scalafix.conf
file to be present in the project.
We should use a predefined default set of rules, if none are provided.
Describe the solution you'd like
- when
scalafix
is run in a directory with no.scalafix.conf
, a set of default rules should be run (the temp config file can be kept in the.scala-build
workspace directory) - there should be a command line option for persisting the default set of rules in a
.scalafix.conf
file in the project root directory