evolution-gaming / sbt-scalac-opts-plugin

sbt-scalac-opts-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sbt-scalac-opts-plugin

Build Status Coverage Status Codacy Badge Version License: MIT

Scalac options for sbt projects.

Check scalacOptsAll out

Many ideas are borrowed from sbt-tpolecat. Thanks!

Settings

  • scalacOptsFailOnWarn: Option[Boolean] Adds or removes -Xfatal-warnings, default is Some(true)

Installation

Create a file in your project called project/plugins.sbt with the following content:

addSbtPlugin("com.evolution" % "sbt-scalac-opts-plugin" % "0.0.9")

About

sbt-scalac-opts-plugin

License:MIT License


Languages

Language:Scala 100.0%