All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.evis.scalafix.maven.plugin.params.ModeParam.scala Maven / Gradle / Ivy

Go to download

scalafix-maven-plugin enables automatic refactoring and linting of Maven projects written in Scala using Scalafix.

There is a newer version: 0.1.4_0.9.23
Show newest version
package io.github.evis.scalafix.maven.plugin.params

import scalafix.interfaces.ScalafixMainMode

object ModeParam {

  def apply(mode: ScalafixMainMode): MojoParam = {
    _.withMode(mode)
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy