-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Labels
enhancementNew feature or requestNew feature or requestexperimentalTickets tied to experimental features.Tickets tied to experimental features.scalafixIssues tied with scalafix integrationIssues tied with scalafix integrationsubcommand:fixissues tied to the `fix` sub-command.issues tied to the `fix` sub-command.
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestexperimentalTickets tied to experimental features.Tickets tied to experimental features.scalafixIssues tied with scalafix integrationIssues tied with scalafix integrationsubcommand:fixissues tied to the `fix` sub-command.issues tied to the `fix` sub-command.