djspiewak / sbt-spiewak

A plugin which represents my personal SBT project baseline
Apache License 2.0
53 stars 20 forks source link

Fatal warnings customization #10

Closed mpilquist closed 4 years ago

mpilquist commented 4 years ago

Fatal warnings are currently enabled on CI only. It would be nice to have some more configurability as to (1) are they enabled on CI only or all the time and (2) for which Scala versions are they enabled.

djspiewak commented 4 years ago

I kind of disagree with 1. It's really really frustrating and annoying to do local development when unused imports fail the build, since you can't comment out code then. The plugin actually used to do this, and I moved them to CI-only later. 😃 But I agree with 2. It should be easier to control.