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

org.wartremover.CompilerPluginCompat.scala Maven / Gradle / Ivy

There is a newer version: 3.2.2
Show newest version
package org.wartremover

import dotty.tools.dotc.core.Contexts.Context
import dotty.tools.dotc.plugins.PluginPhase

trait CompilerPluginCompat { self: Plugin =>
  override final def init(options: List[String]): List[PluginPhase] =
    initializeWartremoverPlugin(options, None)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy