HairyFotr / linter

Static Analysis Compiler Plugin for Scala
Apache License 2.0
268 stars 34 forks source link

Set checks to error instead of warning #26

Open HairyFotr opened 8 years ago

HairyFotr commented 8 years ago

Switch for all linter checks to be errors, and switch for info,warning,error sets of checks

HairyFotr commented 8 years ago

To turn all warnings into errors, use scalac option -Xfatal-warnings. This is an issue for per-check configurability.